fixed most warnings

This commit is contained in:
Yehowshua Immanuel 2022-08-02 19:31:35 -04:00
parent e931d9a825
commit 21f0682500
10 changed files with 116 additions and 154 deletions

View file

@ -2,7 +2,6 @@ use std::{fs::File};
use clap::Parser;
pub mod test;
use test::*;
pub mod vcd;
use vcd::parse_vcd;