Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
acl-cqc committed Jun 7, 2024
1 parent f256960 commit 1bf1c14
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions hugr-core/src/hugr/validate/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1022,8 +1022,6 @@ mod extension_tests {
const XB: ExtensionId = "BOOL_EXT";
}

const Q: Type = crate::extension::prelude::QB_T;

#[rstest]
#[case::d1(|signature| ops::DFG {signature}.into())]
#[case::f1(|ft: FunctionType| ops::FuncDefn {name: "foo".to_string(), signature: ft.into()}.into())]
Expand Down

0 comments on commit 1bf1c14

Please sign in to comment.