diff options
| author | Urgau <urgau@numericable.fr> | 2023-07-13 12:23:06 +0200 |
|---|---|---|
| committer | Urgau <urgau@numericable.fr> | 2023-08-01 20:04:01 +0200 |
| commit | 7ef1a54ffeefc3f3e8e18afc2dbb9ed21b890d8e (patch) | |
| tree | 6d8ff952d9b7fd65fbd8544f02df44b94e6a6cc7 /clippy_lints/src | |
| parent | b0e64a9c09773e5ac908d89bff3db95d35491308 (diff) | |
| download | rust-7ef1a54ffeefc3f3e8e18afc2dbb9ed21b890d8e.tar.gz rust-7ef1a54ffeefc3f3e8e18afc2dbb9ed21b890d8e.zip | |
Rename incorrect_fn_null_checks to useless_ptr_null_checks (clippy side)
Diffstat (limited to 'clippy_lints/src')
| -rw-r--r-- | clippy_lints/src/renamed_lints.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clippy_lints/src/renamed_lints.rs b/clippy_lints/src/renamed_lints.rs index 49bdc679604..fc1fabcc0ae 100644 --- a/clippy_lints/src/renamed_lints.rs +++ b/clippy_lints/src/renamed_lints.rs @@ -43,7 +43,7 @@ pub static RENAMED_LINTS: &[(&str, &str)] = &[ ("clippy::for_loops_over_fallibles", "for_loops_over_fallibles"), ("clippy::forget_copy", "forgetting_copy_types"), ("clippy::forget_ref", "forgetting_references"), - ("clippy::fn_null_check", "incorrect_fn_null_checks"), + ("clippy::fn_null_check", "useless_ptr_null_checks"), ("clippy::into_iter_on_array", "array_into_iter"), ("clippy::invalid_atomic_ordering", "invalid_atomic_ordering"), ("clippy::invalid_ref", "invalid_value"), |
