rustc: Export only what's used from middle::resolve

This commit is contained in:
Brian Anderson 2011-06-18 23:00:56 -07:00
parent 7fe9a88e31
commit 4539a2cf7a

View File

@ -25,6 +25,9 @@
import std::str;
import std::vec;
export resolve_crate;
export def_map;
export crate_map;
// Resolving happens in two passes. The first pass collects defids of all
// (internal) imports and modules, so that they can be looked up when needed,