소스 검색

Remove a now-unused rust "use".

Nick Mathewson 6 년 전
부모
커밋
b2c52f5d6d
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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;