Share constant_hash code between the meta and codegen crates;

This commit is contained in:
Benjamin Bouvier
2019-10-09 16:35:33 +02:00
parent c062f12d7c
commit d404368dea
8 changed files with 94 additions and 84 deletions

View File

@@ -13,7 +13,6 @@ mod gen_registers;
mod gen_settings;
mod gen_types;
mod constant_hash;
mod default_map;
mod shared;
mod unique_table;