bdarcus / csln

Reimagining CSL
Mozilla Public License 2.0
12 stars 0 forks source link

Use `cargo.workspace.lints` #132

Open bdarcus opened 7 months ago

bdarcus commented 7 months ago

Rust 1.74 adds this option, so can consolidate linting rules in one place. I can't see any reason not to do this.

Include unwrap_used and expect_used lints.