rust/clippy_lints/src/methods
Brian Warner 201999ccfd improve advice in iter_nth_zero
The "use .next()" replacement advice is on the last line of the code snippet,
where it is vulnerable to truncation. Display that advice at the beginning
instead.

closes #5783
2020-07-13 10:59:45 -07:00
..
bind_instead_of_map.rs Use 'tcx for references to AccessLevels wherever possible. 2020-07-03 00:04:48 +03:00
inefficient_to_string.rs Use 'tcx for references to AccessLevels wherever possible. 2020-07-03 00:04:48 +03:00
manual_saturating_arithmetic.rs Use 'tcx for references to AccessLevels wherever possible. 2020-07-03 00:04:48 +03:00
mod.rs improve advice in iter_nth_zero 2020-07-13 10:59:45 -07:00
option_map_unwrap_or.rs Use 'tcx for references to AccessLevels wherever possible. 2020-07-03 00:04:48 +03:00
unnecessary_filter_map.rs Clean existing lint code to match new lint 2020-07-03 16:51:44 -07:00