commit b2c52f5d6d52a70e11bb4f60036dd6772b55661a parent 169bc670ddf9fe898800a2814a1ec30dcc3249da Author: Nick Mathewson <nickm@torproject.org> Date: Tue, 23 Oct 2018 19:50:45 -0400 Remove a now-unused rust "use". 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;