Skip to content

Commit cbaf9bf

Browse files
authored
refactor(types.rs): rm incorrect comment and unnecessary allow-unused (#2340)
These are misleading; it's now used by hugr-core import/export, which seems fine.
1 parent ccd2eb2 commit cbaf9bf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

hugr-core/src/types.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ use smol_str::SmolStr;
2525
pub use type_param::TypeArg;
2626
pub use type_row::{TypeRow, TypeRowRV};
2727

28-
// Unused in --no-features
29-
#[allow(unused_imports)]
3028
pub(crate) use poly_func::PolyFuncTypeBase;
3129

3230
use itertools::FoldWhile::{Continue, Done};

0 commit comments

Comments
 (0)