rust-clippy/clippy_lints/src/utils
Paolo Borelli b0edbca0e6 new lint cast_abs_to_unsigned
Add a lint to detect cast to unsigned for abs() and suggest
unsigned_abs() to avoid panic when called on MIN.
2022-04-07 11:28:14 +02:00
..
internal_lints allowing [map_flatten] to split long suggestions 2022-03-21 14:11:22 +08:00
author.rs Remove a span from hir::ExprKind::MethodCall 2022-01-21 07:48:10 -06:00
conf.rs new lint cast_abs_to_unsigned 2022-04-07 11:28:14 +02:00
inspector.rs resolve: Fix incorrect results of opt_def_kind query for some built-in macros 2022-02-24 22:54:36 +03:00
internal_lints.rs Implement internal lint for MSRV lints 2022-03-01 09:40:07 +00:00
mod.rs Merge commit '97a5daa65908e59744e2bc625b14849352231c75' into clippyup 2022-01-13 13:18:19 +01:00