commit de55df0260a25ed26119174555a17c4b29657a90 parent 632e0406595ade9da40317a777f438c43ea5b5f3 Author: Nick Mathewson <nickm@torproject.org> Date: Tue, 30 Oct 2018 09:28:10 -0400 remove now-unused "use" statement. Diffstat:
| M | src/rust/protover/ffi.rs | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git 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;