rust/compiler
Yuki Okushi 3fe423663b
Rollup merge of #79812 - Aaron1011:lint-item-trailing-semi, r=oli-obk
Lint on redundant trailing semicolon after item

We now lint on code like this:

```rust
fn main() {
    fn foo() {};
    struct Bar {};
}
```

Previously, this caused warnings in Cargo, so it was disabled.
2020-12-30 18:15:03 +09:00
..
2020-12-26 18:24:10 +01:00
2020-12-26 18:24:10 +01:00
2020-12-29 23:39:56 +03:00
2020-12-18 22:13:25 +09:00
2020-12-22 09:33:16 -05:00
2020-12-29 23:39:56 +03:00