Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
acl-cqc committed Jun 28, 2024
1 parent a238f21 commit 79da288
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions hugr-core/src/hugr/rewrite/replace.rs
Original file line number Diff line number Diff line change
Expand Up @@ -450,9 +450,7 @@ mod test {
DataflowSubContainer, HugrBuilder, SubContainer,
};
use crate::extension::prelude::{BOOL_T, USIZE_T};
use crate::extension::{
ExtensionId, ExtensionRegistry, ExtensionSet, PRELUDE, PRELUDE_REGISTRY,
};
use crate::extension::{ExtensionId, ExtensionRegistry, PRELUDE, PRELUDE_REGISTRY};
use crate::hugr::internal::HugrMutInternals;
use crate::hugr::rewrite::replace::WhichHugr;
use crate::hugr::{HugrMut, Rewrite};
Expand Down

0 comments on commit 79da288

Please sign in to comment.