Mazdak Farrokhzad
608715bbd1
Rollup merge of #70424 - lcnr:nit, r=Centril
...
simplify match stmt
We actually have a surprising amount of
```rust
match expr {
$($p:pat)|+ => true,
_ => false,
}
```
While I would prefer this to be replaced with `matches!`, most cases are
fairly readable anyway so we can just let them be for now.
2020-03-26 13:32:20 +01:00
..
2020-03-24 15:49:27 +00:00
2020-03-24 15:36:17 +01:00
2020-03-26 06:52:57 -04:00
2020-03-25 16:11:46 +01:00
2020-03-26 06:52:55 -04:00
2020-03-21 22:18:57 +01:00
2020-03-26 06:52:58 -04:00
2020-03-19 07:53:32 +01:00
2020-03-26 06:52:55 -04:00
2020-03-18 15:55:26 -04:00
2020-03-26 13:32:17 +01:00
2020-03-25 15:53:52 +01:00
2020-03-23 12:40:36 +00:00
2020-03-26 13:32:20 +01:00
2020-03-17 18:29:20 +01:00
2020-03-23 14:48:59 +00:00
2020-03-25 16:45:12 -07:00
2020-03-25 19:28:08 +01:00
2020-03-25 15:53:52 +01:00
2020-03-23 04:26:15 +01:00
2020-03-21 08:51:14 +01:00
2020-03-26 06:52:26 -04:00
2020-03-26 06:52:55 -04:00
2020-03-25 16:45:12 -07:00
2020-03-26 06:52:58 -04:00
2020-03-24 07:13:40 +01:00
2020-03-25 14:46:51 +00:00
2020-03-17 11:15:40 -07:00
2020-03-25 16:45:12 -07:00
2020-03-25 14:46:51 +00:00
2020-03-20 20:23:03 +01:00
2020-03-25 16:45:12 -07:00
2020-03-23 02:36:36 +02:00
2020-03-23 23:17:59 +01:00
2020-03-25 06:45:36 +01:00
2020-03-26 13:32:15 +01:00
2020-03-26 03:21:26 +01:00
2020-03-26 13:25:34 +05:30
2020-03-25 16:45:12 -07:00
2020-03-16 02:52:06 +01:00
2020-03-24 19:26:58 +01:00
2020-03-23 23:17:17 +01:00
2020-03-25 16:45:12 -07:00
2020-03-22 12:43:19 +01:00
2020-03-25 19:28:09 +01:00
2020-03-26 06:52:58 -04:00
2020-03-24 22:47:23 +01:00
2020-03-25 23:52:57 +01:00
2020-03-26 06:52:26 -04:00
2020-03-25 19:28:09 +01:00
2020-03-21 14:23:50 +02:00
2020-03-26 06:52:58 -04:00
2020-03-24 00:49:48 +01:00
2020-03-26 06:52:55 -04:00
2020-03-23 22:54:06 -07:00
2020-03-19 20:09:57 +01:00
2020-03-19 14:38:09 +00:00
2020-03-26 13:32:18 +01:00
2020-03-26 07:36:21 +00:00
2020-03-15 19:43:25 +01:00