Skip to content

Commit 3dcde6c

Browse files
committed
aml_tester: fix some lint warnings
1 parent 0840011 commit 3dcde6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aml_tester/src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ use aml::{AmlContext, DebugVerbosity};
1313
use clap::{Arg, ArgAction, ArgGroup};
1414
use std::{
1515
cell::RefCell,
16-
collections::{HashMap, HashSet},
16+
collections::HashSet,
1717
ffi::OsStr,
1818
fs::{self, File},
1919
io::{Read, Write},

0 commit comments

Comments
 (0)