Skip to content

Commit

Permalink
fix: allow unused imports for freebsd
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinFillon committed Apr 19, 2024
1 parent 99562e3 commit 87b3678
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/output/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#[cfg_attr(target_os = "netbsd", allow(unused_imports))]
#[cfg_attr(target_os = "freebsd", allow(unused_imports))]
pub use self::cell::{DisplayWidth, TextCell, TextCellContents};
pub use self::escape::escape;

Expand Down

0 comments on commit 87b3678

Please sign in to comment.