diff options
| author | Graydon Hoare <[email protected]> | 2011-03-09 17:29:18 -0800 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2011-03-09 17:29:18 -0800 |
| commit | 11a10c7a7b86c7bf91a8adcd41573f9de9eeaf0e (patch) | |
| tree | 970360db45c72fb662044cab8dab70dd4311e0c1 /src/lib/_vec.rs | |
| parent | Add ty_obj case to pretty printer (diff) | |
| download | rust-11a10c7a7b86c7bf91a8adcd41573f9de9eeaf0e.tar.xz rust-11a10c7a7b86c7bf91a8adcd41573f9de9eeaf0e.zip | |
Remove redundant imports in lib (rustc doesn't like 'std' as a synonym for root within std.rc anyway)
Diffstat (limited to 'src/lib/_vec.rs')
| -rw-r--r-- | src/lib/_vec.rs | 1 |
1 files changed, 0 insertions, 1 deletions
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; |