about summary refs log tree commit diff
path: root/src/test/codegen/src-hash-algorithm
diff options
context:
space:
mode:
authorYuki Okushi <huyuumi.dev@gmail.com>2020-12-30 18:15:03 +0900
committerGitHub <noreply@github.com>2020-12-30 18:15:03 +0900
commit3fe423663b18b95c0695ac112493e23d2d77a1a1 (patch)
tree87a5b8e9ab995bbf8fb4fdf2ef92d2980333fb61 /src/test/codegen/src-hash-algorithm
parentf3eead1c69d5ce9cb128a9068250581ad28103f0 (diff)
parent6bef37c8417c0357cf6ea43aba55c7ab376b2d70 (diff)
downloadrust-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')
0 files changed, 0 insertions, 0 deletions