[tor/release-0.3.4] Remove a now-unused rust "use".

23 Oct
2018
23 Oct
'18
11:54 p.m.
commit b2c52f5d6d52a70e11bb4f60036dd6772b55661a Author: Nick Mathewson <nickm@torproject.org> Date: Tue Oct 23 19:50:45 2018 -0400 Remove a now-unused rust "use". --- 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 8ab11842d..8d9f4b874 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;
2429
Age (days ago)
2429
Last active (days ago)
0 comments
1 participants
participants (1)
-
nickm@torproject.org