Skip to content

Commit

Permalink
remove redundant import (#2795)
Browse files Browse the repository at this point in the history
Co-authored-by: Emilio Cobos Álvarez <emilio@crisal.io>
  • Loading branch information
tshepang and emilio committed Apr 1, 2024
1 parent fb39a30 commit 2126d83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindgen/ir/analysis/mod.rs
Expand Up @@ -216,7 +216,7 @@ where
#[cfg(test)]
mod tests {
use super::*;
use crate::{HashMap, HashSet};
use crate::HashSet;

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

0 comments on commit 2126d83

Please sign in to comment.