Sfoglia il codice sorgente

remove now-unused "use" statement.

Nick Mathewson 5 anni fa
parent
commit
de55df0260
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      src/rust/protover/ffi.rs

+ 0 - 1
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;