aboutsummaryrefslogtreecommitdiff
path: root/openssl/src/bn.rs
diff options
context:
space:
mode:
authorAnthony Ramine <[email protected]>2017-11-21 02:31:00 +0100
committerAnthony Ramine <[email protected]>2017-11-21 09:17:39 +0100
commit93be1c4f2fdbfcdadc47e2760759493a2871faec (patch)
tree4c9880fad8b39ffb257f53041cbc8f2ad2e3091a /openssl/src/bn.rs
parentRelease v0.9.21 (diff)
downloadrust-openssl-93be1c4f2fdbfcdadc47e2760759493a2871faec.tar.xz
rust-openssl-93be1c4f2fdbfcdadc47e2760759493a2871faec.zip
Update foreign-types to 0.3
Diffstat (limited to 'openssl/src/bn.rs')
-rw-r--r--openssl/src/bn.rs6
1 files changed, 0 insertions, 6 deletions
diff --git a/openssl/src/bn.rs b/openssl/src/bn.rs
index fc6e0bb8..82ec38b6 100644
--- a/openssl/src/bn.rs
+++ b/openssl/src/bn.rs
@@ -1090,12 +1090,6 @@ impl BigNum {
}
}
-impl AsRef<BigNumRef> for BigNum {
- fn as_ref(&self) -> &BigNumRef {
- self.deref()
- }
-}
-
impl fmt::Debug for BigNumRef {
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
match self.to_dec_str() {