Skip to content

Commit

Permalink
Allow unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
kubouch committed Jan 22, 2024
1 parent 6b920ca commit f54d8dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ pub use display::*;
mod write;

mod windows;
#[allow(unused_imports)]
pub use crate::windows::*;

mod util;
Expand Down

0 comments on commit f54d8dd

Please sign in to comment.