diff options
| author | Yuki Okushi <huyuumi.dev@gmail.com> | 2020-12-30 18:15:03 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-30 18:15:03 +0900 |
| commit | 3fe423663b18b95c0695ac112493e23d2d77a1a1 (patch) | |
| tree | 87a5b8e9ab995bbf8fb4fdf2ef92d2980333fb61 /src/test/codegen/src-hash-algorithm/src-hash-algorithm-sha1.rs | |
| parent | f3eead1c69d5ce9cb128a9068250581ad28103f0 (diff) | |
| parent | 6bef37c8417c0357cf6ea43aba55c7ab376b2d70 (diff) | |
| download | rust-3fe423663b18b95c0695ac112493e23d2d77a1a1.tar.gz rust-3fe423663b18b95c0695ac112493e23d2d77a1a1.zip | |
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.
Diffstat (limited to 'src/test/codegen/src-hash-algorithm/src-hash-algorithm-sha1.rs')
0 files changed, 0 insertions, 0 deletions
