rust/clippy_lints/src/methods
bors cc35165f52 Auto merge of #4840 - flip1995:rollup-jqk3a3i, r=flip1995
Rollup of 5 pull requests

Successful merges:

 - #4730 (Fix check_infinite_loop (while_immutable_condition) by checking for break or return inside loop body)
 - #4766 (Fix false positive in derive_hash_xor_eq)
 - #4811 (Literal Representation Restructure)
 - #4820 (doc: fix the comment above the lint function)
 - #4830 (use more efficient code to generate repeated string)

Failed merges:

r? @ghost

changelog: none
2019-11-23 17:40:57 +00:00
..
inefficient_to_string.rs Update help text in inefficient_to_string 2019-10-17 19:13:32 -04:00
manual_saturating_arithmetic.rs Rustup to rust-lang/rust#64813 2019-09-27 17:21:20 +02:00
mod.rs Auto merge of #4840 - flip1995:rollup-jqk3a3i, r=flip1995 2019-11-23 17:40:57 +00:00
option_map_unwrap_or.rs Fix warnings about unnecessary lifetime bounds 2019-06-20 01:36:23 +07:00
unnecessary_filter_map.rs Rustup to rust-lang/rust#64813 2019-09-27 17:21:20 +02:00