Skip to content

Commit

Permalink
Merge pull request #51 from LucasFA/clippy-lint
Browse files Browse the repository at this point in the history
Allow failing clippy lint
  • Loading branch information
Sinono3 authored Jan 7, 2025
2 parents 384b170 + 39b1636 commit ce070af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/platform/mod.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#![allow(clippy::module_inception)]
pub use self::platform::*;

#[cfg(target_os = "windows")]
Expand Down

0 comments on commit ce070af

Please sign in to comment.