move util/ out of coremem and into its only user: buffer_proto5

This commit is contained in:
2022-07-28 15:30:50 -07:00
parent 80d3765bcf
commit 9e35b29087
6 changed files with 8 additions and 3 deletions

View File

@@ -13,7 +13,6 @@ pub mod meas;
pub mod render;
pub mod sim;
pub mod stim;
pub mod util;
pub use driver::*;
pub use sim::*;