Ver Fonte

fix(netbsd): fix clippy lints

Santhosh Raju há 1 ano atrás
pai
commit
462fc344f8
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      .github/workflows/unit-tests-bsd.yml

+ 1 - 0
.github/workflows/unit-tests-bsd.yml

@@ -1,3 +1,4 @@
+#[allow(unused_imports)]
 pub use self::cell::{DisplayWidth, TextCell, TextCellContents};
 pub use self::escape::escape;