Skip to content

Commit

Permalink
Change lints
Browse files Browse the repository at this point in the history
  • Loading branch information
azdavis committed Aug 24, 2024
1 parent df79631 commit 2c3098c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,12 @@ write-rs-tokens.git = "https://github.com/azdavis/language-util.git"
sml-libs.git = "https://github.com/azdavis/sml-libs.git"

[workspace.lints.rust]
rust_2018_idioms = "deny"
missing_debug_implementations = { level = "deny", priority = 1 }
missing_docs = { level = "deny", priority = 1 }
elided-lifetimes-in-paths = "deny"
explicit-outlives-requirements = "deny"
missing-debug-implementations = "deny"
missing-docs = "deny"
unused-extern-crates = "deny"

[workspace.lints.clippy]
pedantic = "deny"

Expand Down

0 comments on commit 2c3098c

Please sign in to comment.