Skip to content

Commit 2126d83

Browse files
tshepangemilio
andauthored
remove redundant import (#2795)
Co-authored-by: Emilio Cobos Álvarez <emilio@crisal.io>
1 parent fb39a30 commit 2126d83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindgen/ir/analysis/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ where
216216
#[cfg(test)]
217217
mod tests {
218218
use super::*;
219-
use crate::{HashMap, HashSet};
219+
use crate::HashSet;
220220

221221
// Here we find the set of nodes that are reachable from any given
222222
// node. This is a lattice mapping nodes to subsets of all nodes. Our join

0 commit comments

Comments
 (0)