fix(netbsd): enable the rule only for NetBSD.

This commit is contained in:
Santhosh Raju 2024-04-11 12:16:15 +02:00 committed by Christina E. Sørensen
parent 7664a1fbf0
commit 17733e9aee

View File

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