Skip to content

Commit

Permalink
Renamed lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sourcefrog committed Sep 15, 2023
1 parent cb51587 commit 9dcf7d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testdata/tree/well_tested/src/methods.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//! Demonstrate mutation of impl methods.
#![allow(clippy::blacklisted_name)] // "Foo" is just an example name.
#![allow(clippy::disallowed_names)] // "Foo" is just an example name.

use std::fmt;

Expand Down

0 comments on commit 9dcf7d6

Please sign in to comment.