From 11a10c7a7b86c7bf91a8adcd41573f9de9eeaf0e Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Wed, 9 Mar 2011 17:29:18 -0800 Subject: Remove redundant imports in lib (rustc doesn't like 'std' as a synonym for root within std.rc anyway) --- src/lib/_vec.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/lib/_vec.rs') diff --git a/src/lib/_vec.rs b/src/lib/_vec.rs index 2ffe8bad..680c8884 100644 --- a/src/lib/_vec.rs +++ b/src/lib/_vec.rs @@ -1,5 +1,4 @@ import vbuf = rustrt.vbuf; -import std.option; type operator2[T,U,V] = fn(&T, &U) -> V; -- cgit v1.2.3