Remove a now-unused rust "use".

This commit is contained in:
Nick Mathewson 2018-10-23 19:50:45 -04:00
parent 169bc670dd
commit b2c52f5d6d

View File

@ -7,7 +7,6 @@
use libc::{c_char, c_int, uint32_t}; use libc::{c_char, c_int, uint32_t};
use std::ffi::CStr; use std::ffi::CStr;
use std::ffi::CString;
use smartlist::*; use smartlist::*;
use tor_allocate::allocate_and_copy_string; use tor_allocate::allocate_and_copy_string;