Skip to content

Commit

Permalink
Allow unused self arguments
Browse files Browse the repository at this point in the history
This will allow `blur.blur` instead of having
to do `RecursiveGaussian::blur` everywhere
  • Loading branch information
FreezyLemon committed Feb 2, 2024
1 parent b639ee9 commit a8fc724
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 @@ -13,6 +13,7 @@
#![allow(clippy::similar_names)]
#![allow(clippy::struct_excessive_bools)]
#![allow(clippy::use_self)]
#![allow(clippy::unused_self)]
#![warn(clippy::clone_on_ref_ptr)]
#![warn(clippy::create_dir)]
#![warn(clippy::dbg_macro)]
Expand Down

0 comments on commit a8fc724

Please sign in to comment.