diff options
Diffstat (limited to 'ext/crypto/ec_key.rs')
-rw-r--r-- | ext/crypto/ec_key.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/crypto/ec_key.rs b/ext/crypto/ec_key.rs index 3509f0aef..8302bb55d 100644 --- a/ext/crypto/ec_key.rs +++ b/ext/crypto/ec_key.rs @@ -28,8 +28,6 @@ pub struct ECPrivateKey<'a, C: elliptic_curve::Curve> { pub encoded_point: &'a [u8], } -#[allow(dead_code)] -///todo(@sean) - to be removed in #13154 impl<'a, C> ECPrivateKey<'a, C> where C: elliptic_curve::Curve + AlgorithmParameters, |