rustc: Move new_def_hash to ast_util

This commit is contained in:
Brian Anderson 2012-05-23 00:38:39 -07:00
parent 8ec467d521
commit 4756556748
11 changed files with 35 additions and 35 deletions

View file

@ -4,6 +4,7 @@
import std::map;
import std::map::hashmap;
import syntax::{ast, attr};
import syntax::ast_util::new_def_hash;
import util::common::*;
export cstore::{};