Files
rust/src/libstd/net
Mazdak Farrokhzad 5ea69781f4 Rollup merge of #67966 - popzxc:core-std-matches, r=Centril
Use matches macro in libcore and libstd

This PR replaces matches like

```rust
match var {
    value => true,
    _ => false,
}
```

with use of `matches!` macro.

r? @Centril
2020-01-09 00:22:10 +01:00
..
2020-01-08 07:10:28 +03:00
2019-12-22 17:42:47 -05:00
2020-01-06 17:38:41 +01:00
2019-11-29 18:43:27 -08:00
2019-11-29 18:43:27 -08:00