Remove redundant imports in lib (rustc doesn't like 'std' as a synonym for root within std.rc anyway)

This commit is contained in:
Graydon Hoare
2011-03-09 17:29:18 -08:00
parent ec22fe9733
commit 11a10c7a7b
11 changed files with 2 additions and 29 deletions

View File

@@ -1,6 +1,6 @@
import rustrt.sbuf;
import std._vec.rustrt.vbuf;
import _vec.rustrt.vbuf;
native "rust" mod rustrt {
type sbuf;