Tyler Mandry
d95948c6d3
Rollup merge of #79732 - matthiaskrgr:cl12ppy, r=Dylan-DPC
...
minor stylistic clippy cleanups
simplify if let Some(_) = x to if x.is_some() (clippy::redundant_pattern_matching)
don't create owned values for comparison (clippy::cmp_owned)
use .contains() or .any() instead of find(x).is_some() (clippy::search_is_some)
don't wrap code block in Ok() (clipppy::unit_arg)
2020-12-09 13:38:12 -08:00
..
2020-12-01 17:32:14 +01:00
2020-12-06 20:48:08 +01:00
2020-11-28 07:48:56 +00:00
2020-12-01 16:26:51 +01:00
2020-12-03 09:50:10 -08:00
2020-12-03 09:50:10 -08:00
2020-12-01 12:54:03 -05:00
2020-12-06 20:30:07 +00:00
2020-12-04 03:30:39 +01:00
2020-12-06 20:48:08 +01:00
2020-12-06 20:48:08 +01:00
2020-12-01 14:30:02 +00:00
2020-12-08 20:27:49 +01:00
2020-12-03 12:14:29 +00:00
2020-12-03 17:08:19 -05:00
2020-12-08 20:27:48 +01:00
2020-12-07 00:00:00 +00:00
2020-12-01 20:23:06 +00:00
2020-12-03 00:05:24 +03:00
2020-12-09 13:54:07 +00:00
2020-12-09 13:38:12 -08:00
2020-12-09 10:59:10 +00:00
2020-12-04 11:33:30 +01:00
2020-12-09 06:31:49 +00:00
2020-12-04 22:16:40 -05:00
2020-12-02 11:39:42 +09:00
2020-12-03 17:08:19 -05:00
2020-12-03 09:50:10 -08:00
2020-12-04 03:30:39 +01:00
2020-12-01 20:23:06 +00:00
2020-12-05 12:59:54 +01:00
2020-11-29 19:20:28 -05:00
2020-12-08 13:58:15 +00:00