Skip to content

Commit

Permalink
Fix clippy err
Browse files Browse the repository at this point in the history
  • Loading branch information
mingyech committed Oct 22, 2024
1 parent 3828903 commit f3e4498
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions proto/signalling.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
// https://github.com/rust-lang/rust-clippy/issues/702
#![allow(unknown_lints)]
#![allow(clippy::all)]
#![allow(renamed_and_removed_lints)]

#![allow(unused_attributes)]
#![cfg_attr(rustfmt, rustfmt::skip)]
Expand Down
1 change: 1 addition & 0 deletions src/signalling.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
// https://github.com/rust-lang/rust-clippy/issues/702
#![allow(unknown_lints)]
#![allow(clippy::all)]
#![allow(renamed_and_removed_lints)]

#![allow(unused_attributes)]
#![cfg_attr(rustfmt, rustfmt::skip)]
Expand Down

0 comments on commit f3e4498

Please sign in to comment.