Refactor a few things in the metadata module

Rename metadata::tags to metadata::common. Move some utility functions from
metadata::encoder to metadata::common.
This commit is contained in:
Brian Anderson 2011-07-07 12:22:39 -07:00
parent b723082cdb
commit e29ef1bec2
5 changed files with 20 additions and 20 deletions

View file

@ -23,7 +23,7 @@ import std::option::none;
import std::option::some;
import std::map::hashmap;
import syntax::print::pprust;
import tags::*;
import common::*;
export read_crates;
export list_file_metadata;