Hirochika Matsumoto
|
c7445d7f2c
|
Pluralize lint name
|
2020-11-18 01:28:37 +09:00 |
|
Hirochika Matsumoto
|
30632fb8e6
|
Allow this lint on lint tests
|
2020-11-18 01:28:37 +09:00 |
|
Samuel E. Moelius III
|
06e81bb493
|
Update references
|
2020-11-08 18:32:12 -05:00 |
|
Dmitry Murzin
|
d4ba561aaf
|
Review fixes
|
2020-07-31 00:28:21 +03:00 |
|
Dmitry Murzin
|
a427c99f3d
|
Handle mapping to Option in map_flatten lint
|
2020-07-30 23:23:33 +03:00 |
|
Teddy_Wang
|
40ee620e51
|
Added a lint for .map(|x| x)
|
2020-06-13 10:08:12 -04:00 |
|
Marcin Serwin
|
72a8fc24e6
|
Add test to map_flatten with an Option
|
2020-04-16 08:00:32 +02:00 |
|
Manish Goregaokar
|
483e140bce
|
map_flatten: make it a rustfix test
|
2019-09-25 14:45:18 -07:00 |
|
Philipp Hansch
|
38d4ac7cea
|
Remove all copyright license headers
Discussion previously happened in https://github.com/rust-lang/rust/pull/43498
|
2019-01-08 21:46:39 +01:00 |
|
Matthias Krüger
|
435299be30
|
rustfmt tests
|
2018-12-09 23:26:16 +01:00 |
|
Oliver Scherer
|
b8654eaa6c
|
Stabilize tool lints
|
2018-10-11 12:16:22 +02:00 |
|
Manish Goregaokar
|
e9c025ea70
|
Add license header to Rust files
|
2018-10-06 09:43:08 -07:00 |
|
Jane Lusby
|
14feb3670f
|
Lint for chaining flatten after map
This change adds a lint to check for instances of `map(..).flatten()`
that can be trivially shortened to `flat_map(..)`
Closes #3196
|
2018-09-24 14:29:16 -07:00 |
|