We now lint on code like this:
```rust
fn main() {
fn foo() {};
struct Bar {};
}
```
Previously, this caused warnings in Cargo, so it was disabled.
|
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||
We now lint on code like this:
```rust
fn main() {
fn foo() {};
struct Bar {};
}
```
Previously, this caused warnings in Cargo, so it was disabled.
|
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||