[tor-commits] [tor/master] remove now-unused "use" statement.

nickm at torproject.org nickm at torproject.org
Thu Nov 15 21:11:33 UTC 2018


commit de55df0260a25ed26119174555a17c4b29657a90
Author: Nick Mathewson <nickm at 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;





More information about the tor-commits mailing list