Fix machine.rs

This commit is contained in:
Quentin Legot 2022-11-09 16:45:00 +01:00
parent 31faa6501e
commit 2a708ce335

View File

@ -22,6 +22,6 @@ impl Machine {
#[cfg(test)] #[cfg(test)]
mod test { mod test {
use crate::{_init_machine}; use super::Machine;
} }