Skip to content

Commit

Permalink
Fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
quininer committed Aug 12, 2023
1 parent ef0884d commit 1dbcff1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/sys/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@
non_snake_case,
unused_qualifications
)]
#![allow(clippy::unreadable_literal, clippy::missing_safety_doc)]
#![allow(
clippy::unreadable_literal,
clippy::missing_safety_doc,
clippy::incorrect_clone_impl_on_copy_type
)]

use std::io;

Expand Down

0 comments on commit 1dbcff1

Please sign in to comment.