[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

@@ -0,0 +1,4 @@
//! Shared definitions for the Cranelift intermediate language.
pub mod settings;
pub mod types;