Skip to content

Commit db8a7a6

Browse files
committed
aml_tester: fix some lint warnings
1 parent 36041e4 commit db8a7a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aml_tester/src/main.rs

Lines changed: 1 addition & 1 deletion
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)