diff options
| author | bors <bors@rust-lang.org> | 2014-03-20 09:51:44 -0700 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2014-03-20 09:51:44 -0700 |
| commit | b568efc0cf173ac7b2d37284beda5fdf8a7686ab (patch) | |
| tree | 415a907e4fe835d78e4bfb2e3581010a33eed192 /src/liblog | |
| parent | c01e2f05a3ef27e464d1f0057ddabcde6ffde70c (diff) | |
| parent | da3625161d8f8bcb2f43d703eec8d002d0bb9c87 (diff) | |
auto merge of #13020 : alexcrichton/rust/vec, r=brson
The commits have the details.
Diffstat (limited to 'src/liblog')
| -rw-r--r-- | src/liblog/directive.rs | 1 | ||||
| -rw-r--r-- | src/liblog/lib.rs | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/liblog/directive.rs b/src/liblog/directive.rs index 9d5e1a8f9ed..50639a59eb9 100644 --- a/src/liblog/directive.rs +++ b/src/liblog/directive.rs @@ -9,7 +9,6 @@ // except according to those terms. use std::cmp; -use std::vec::Vec; #[deriving(Show, Clone)] pub struct LogDirective { diff --git a/src/liblog/lib.rs b/src/liblog/lib.rs index fa8daf79812..45ba598a795 100644 --- a/src/liblog/lib.rs +++ b/src/liblog/lib.rs @@ -126,7 +126,6 @@ use std::local_data; use std::os; use std::rt; use std::slice; -use std::vec::Vec; use sync::one::{Once, ONCE_INIT}; |
