[meta] Rename base/ to shared/ in the Rust meta crate;

This commit is contained in:
Benjamin Bouvier
2019-02-11 11:24:53 +01:00
committed by Dan Gohman
parent 25fdda6134
commit f78a61b998
7 changed files with 47 additions and 47 deletions

View File

@@ -8,8 +8,8 @@ mod gen_registers;
mod gen_settings;
mod gen_types;
mod base;
mod constant_hash;
mod shared;
mod srcgen;
mod unique_table;