Skip to content

Commit

Permalink
Merge pull request #46 from Rigidity/lint-cleanup
Browse files Browse the repository at this point in the history
Cleanup lints
  • Loading branch information
Rigidity authored Jun 9, 2024
2 parents 96b4f65 + a349b23 commit fee3291
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,10 @@ rust_2021_compatibility = "deny"
future_incompatible = "deny"
non_ascii_idents = "deny"
nonstandard_style = "deny"
unused_imports = "deny"
unused_import_braces = "deny"
unused_qualifications = "deny"
unused_extern_crates = "deny"
trivial_casts = "deny"
trivial_numeric_casts = "deny"
unreachable_pub = "deny"
unreachable_pub = "warn"
unreachable_code = "deny"
unreachable_patterns = "deny"
dead_code = "deny"
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
channel = "stable-2024-05-02"
channel = "1.78"
components = ["rustfmt", "clippy"]

0 comments on commit fee3291

Please sign in to comment.