libstd => libcore

This commit is contained in:
Lenny222 2012-01-17 19:43:29 +01:00 committed by Niko Matsakis
parent 106dcf7b92
commit b19fdcced2
4 changed files with 4 additions and 3 deletions

View file

@ -1,6 +1,6 @@
import rustc::syntax::ast;
import rustc::front::attr;
import std::tuple;
import core::tuple;
export fn_attrs, arg_attrs;
export parse_fn;