Maybe Waffle
|
9395c261d6
|
remove span_lint_and_sugg_for_edges from clippy utils
|
2022-06-19 23:21:14 +04:00 |
|
flip1995
|
1fa3d66e62
|
Merge commit 'd0cf3481a84e3aa68c2f185c460e282af36ebc42' into clippyup
|
2022-03-24 14:50:04 +01:00 |
|
flip1995
|
23d5457e6d
|
Merge commit 'cb7915b00c235e9b5861564f3be78dba330980ee' into clippyup
|
2021-09-28 18:03:12 +01:00 |
|
flip1995
|
1ad5464200
|
Merge commit '7bfc26ec8e7a454786668e7e52ffe527fc649735' into clippyup
|
2021-08-12 11:16:25 +02:00 |
|
flip1995
|
d3d2018ead
|
Merge commit '3e7c6dec244539970b593824334876f8b6ed0b18' into clippyup
|
2020-11-23 13:51:04 +01:00 |
|
flip1995
|
027780ca2c
|
Merge commit '09bd400243ed6f7059fedc0c1623aae3792521d6' into clippyup
|
2020-08-11 17:50:45 +02:00 |
|
flip1995
|
6f25adbd5a
|
Merge commit '2ca58e7dda4a9eb142599638c59dc04d15961175' into clippyup
|
2020-07-14 14:59:59 +02:00 |
|
Marcin Serwin
|
72a8fc24e6
|
Add test to map_flatten with an Option
|
2020-04-16 08:00:32 +02:00 |
|
Yuki Okushi
|
07e33633a3
|
Update stderrs
|
2020-01-07 18:38:12 +09: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 |
|
flip1995
|
d2dbd0b8a5
|
Update *.stderr files
|
2018-12-28 12:41:12 +01:00 |
|
Matthias Krüger
|
7bcc2cd9c8
|
update test stderr
|
2018-12-10 08:22:07 +01: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 |
|