Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit db8a7a6

Browse files
committedFeb 11, 2025
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

+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)
Please sign in to comment.