We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccd2eb2 commit cbaf9bfCopy full SHA for cbaf9bf
hugr-core/src/types.rs
@@ -25,8 +25,6 @@ use smol_str::SmolStr;
25
pub use type_param::TypeArg;
26
pub use type_row::{TypeRow, TypeRowRV};
27
28
-// Unused in --no-features
29
-#[allow(unused_imports)]
30
pub(crate) use poly_func::PolyFuncTypeBase;
31
32
use itertools::FoldWhile::{Continue, Done};
0 commit comments