Skip to content

Commit 83b3a0e

Browse files
committed
fix unused imports
1 parent 774c9ae commit 83b3a0e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/libstd/unstable/lang.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
1313
use c_str::ToCStr;
1414
use cast::transmute;
15-
use libc::{c_char, c_uchar, c_void, size_t, uintptr_t};
16-
use str;
15+
use libc::{c_char, c_void, size_t, uintptr_t};
1716
use sys;
1817
use rt::task::Task;
1918
use rt::local::Local;

0 commit comments

Comments
 (0)