[tor-commits] [tor/master] Remove a now-unused rust "use".
    nickm at torproject.org 
    nickm at torproject.org
       
    Tue Oct 23 23:54:38 UTC 2018
    
    
  
commit b2c52f5d6d52a70e11bb4f60036dd6772b55661a
Author: Nick Mathewson <nickm at 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;
    
    
More information about the tor-commits
mailing list