diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-10-30 09:28:10 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-10-30 09:28:10 -0400 |
commit | de55df0260a25ed26119174555a17c4b29657a90 (patch) | |
tree | 6a3f81c88d6bec1779a7cca2e7f8ed7d63c58df6 /src/rust | |
parent | 632e0406595ade9da40317a777f438c43ea5b5f3 (diff) | |
download | tor-de55df0260a25ed26119174555a17c4b29657a90.tar.gz tor-de55df0260a25ed26119174555a17c4b29657a90.zip |
remove now-unused "use" statement.
Diffstat (limited to 'src/rust')
-rw-r--r-- | src/rust/protover/ffi.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rust/protover/ffi.rs b/src/rust/protover/ffi.rs index e29efd6dfc..451bf4665d 100644 --- a/src/rust/protover/ffi.rs +++ b/src/rust/protover/ffi.rs @@ -7,7 +7,6 @@ use libc::{c_char, c_int, uint32_t}; use std::ffi::CStr; -use std::ffi::CString; use smartlist::*; use tor_allocate::allocate_and_copy_string; |