diff options
| author | Steven Fackler <[email protected]> | 2017-07-16 14:31:27 -0700 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2017-07-16 14:31:27 -0700 |
| commit | 9c9a0efafcf2039b148a98bd6942516549e9c87f (patch) | |
| tree | f24375258586f8f961eb8d5f9e6634b1d0d0b0bd /openssl/src | |
| parent | Merge pull request #663 from sfackler/circle (diff) | |
| download | rust-openssl-9c9a0efafcf2039b148a98bd6942516549e9c87f.tar.xz rust-openssl-9c9a0efafcf2039b148a98bd6942516549e9c87f.zip | |
Remove unused import
Diffstat (limited to 'openssl/src')
| -rw-r--r-- | openssl/src/util.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/openssl/src/util.rs b/openssl/src/util.rs index 1093b491..e4010587 100644 --- a/openssl/src/util.rs +++ b/openssl/src/util.rs @@ -1,6 +1,5 @@ use libc::{c_int, c_char, c_void}; use std::any::Any; -use std::cell::UnsafeCell; use std::panic::{self, AssertUnwindSafe}; use std::slice; |