Skip to content

Commit

Permalink
Merge pull request #25 from k9withabone/lints-license
Browse files Browse the repository at this point in the history
Fix lints and license
  • Loading branch information
k9withabone authored Sep 24, 2024
2 parents 886aafb + 0165a4c commit 79b3f51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ unused_qualifications = "warn"
variant_size_differences = "warn"

[workspace.lints.clippy]
pedantic = "warn"
cargo = "warn"
pedantic = { level = "warn", priority = -1 }
cargo = { level = "warn", priority = -1 }

nursery = { level = "warn", priority = -1 }
# conflicts with `unreachable_pub`
Expand Down
1 change: 1 addition & 0 deletions compose_spec_macros/LICENSE

0 comments on commit 79b3f51

Please sign in to comment.