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:
parent
b723082cdb
commit
e29ef1bec2
5 changed files with 20 additions and 20 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue