Skip to content

Commit 145a5b0

Browse files
committed
change lint's type from style to pedantic
1 parent 886f475 commit 145a5b0

File tree

1 file changed

+1
-1
lines changed
  • clippy_lints/src/methods

1 file changed

+1
-1
lines changed

clippy_lints/src/methods/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4561,7 +4561,7 @@ declare_clippy_lint! {
45614561
/// ```
45624562
#[clippy::version = "1.89.0"]
45634563
pub IP_CONSTANT,
4564-
style,
4564+
pedantic,
45654565
"hardcoded localhost IP address"
45664566
}
45674567

0 commit comments

Comments
 (0)