change raw_vec to raw_block to avoid clashes with liballoc package

This commit is contained in:
Mark Thom
2020-02-13 20:05:46 -07:00
parent 1c4e2c0ed6
commit 5f51e264f2
3 changed files with 18 additions and 18 deletions

View File

@@ -19,7 +19,7 @@ pub mod machine_errors;
pub mod machine_indices;
pub(super) mod machine_state;
pub mod modules;
mod raw_vec;
mod raw_block;
mod stack;
pub(super) mod term_expansion;
pub mod toplevel;