
15 Nov
2018
15 Nov
'18
9:11 p.m.
commit de55df0260a25ed26119174555a17c4b29657a90 Author: Nick Mathewson <nickm@torproject.org> Date: Tue Oct 30 09:28:10 2018 -0400 remove now-unused "use" statement. --- src/rust/protover/ffi.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/rust/protover/ffi.rs b/src/rust/protover/ffi.rs index e29efd6df..451bf4665 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;