Files
rust/compiler
Aaron Hill c857cbeb06 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-29 16:30:02 -05:00
..
2020-09-11 09:37:51 -07:00
2020-12-26 18:24:10 +01:00
2020-12-14 22:00:46 -05:00
2020-12-26 18:24:10 +01:00
2020-12-18 22:13:25 +09:00
2020-12-22 09:33:16 -05:00
2020-09-23 21:51:56 +02:00