From 5c09dd6ba4f3a840a3465096b78ee0d688b7f15f Mon Sep 17 00:00:00 2001 From: Alan Lawrence Date: Fri, 13 Jun 2025 17:13:52 +0100 Subject: [PATCH] refactor(types.rs): memove incorrect comment and unnecessary allow-unused --- hugr-core/src/types.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/hugr-core/src/types.rs b/hugr-core/src/types.rs index 2ef0cd9899..1d6fac620e 100644 --- a/hugr-core/src/types.rs +++ b/hugr-core/src/types.rs @@ -25,8 +25,6 @@ use smol_str::SmolStr; pub use type_param::TypeArg; pub use type_row::{TypeRow, TypeRowRV}; -// Unused in --no-features -#[allow(unused_imports)] pub(crate) use poly_func::PolyFuncTypeBase; use itertools::FoldWhile::{Continue, Done};