fixed most warnings
This commit is contained in:
parent
e931d9a825
commit
21f0682500
10 changed files with 116 additions and 154 deletions
|
@ -2,7 +2,6 @@ use std::{fs::File};
|
|||
use clap::Parser;
|
||||
|
||||
pub mod test;
|
||||
use test::*;
|
||||
|
||||
pub mod vcd;
|
||||
use vcd::parse_vcd;
|
||||
|
|
Reference in a new issue