From da3625161d8f8bcb2f43d703eec8d002d0bb9c87 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Wed, 19 Mar 2014 23:23:00 -0700 Subject: Removing imports of std::vec_ng::Vec It's now in the prelude. --- src/liblog/directive.rs | 1 - src/liblog/lib.rs | 1 - 2 files changed, 2 deletions(-) (limited to 'src/liblog') 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}; -- cgit 1.4.1-3-g733a5