Skip to content

Commit

Permalink
fix unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
thestinger committed Aug 11, 2013
1 parent 774c9ae commit 83b3a0e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/libstd/unstable/lang.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
use c_str::ToCStr;
use cast::transmute;
use libc::{c_char, c_uchar, c_void, size_t, uintptr_t};
use str;
use libc::{c_char, c_void, size_t, uintptr_t};
use sys;
use rt::task::Task;
use rt::local::Local;
Expand Down

5 comments on commit 83b3a0e

@bors
Copy link
Contributor

@bors bors commented on 83b3a0e Aug 11, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on 83b3a0e Aug 11, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging thestinger/rust/vector-add = 83b3a0e into auto

@bors
Copy link
Contributor

@bors bors commented on 83b3a0e Aug 11, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thestinger/rust/vector-add = 83b3a0e merged ok, testing candidate = 45da2a5

@bors
Copy link
Contributor

@bors bors commented on 83b3a0e Aug 11, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 45da2a5

Please sign in to comment.