lib.rs: Remove crate::prelude, re-export in lib.rs

This commit is contained in:
2023-04-01 02:31:06 -05:00
parent bb8015f33c
commit a4c548d0ec
11 changed files with 93 additions and 95 deletions

View File

@@ -1,6 +1,6 @@
//! These are a series of interpreter tests using Timendus's incredible test suite
pub use chirp::prelude::*;
pub use chirp::*;
fn setup_environment() -> (CPU, Bus) {
let mut cpu = CPU::default();