[meta] Rename base/ to shared/ in the Rust meta crate;
This commit is contained in:
committed by
Dan Gohman
parent
25fdda6134
commit
f78a61b998
4
cranelift/codegen/meta/src/shared/mod.rs
Normal file
4
cranelift/codegen/meta/src/shared/mod.rs
Normal file
@@ -0,0 +1,4 @@
|
||||
//! Shared definitions for the Cranelift intermediate language.
|
||||
|
||||
pub mod settings;
|
||||
pub mod types;
|
||||
Reference in New Issue
Block a user