Skip to content

Commit

Permalink
clippy config
Browse files Browse the repository at this point in the history
  • Loading branch information
mkatychev authored and pchampin committed Oct 15, 2024
1 parent 9d55b8f commit d9a9dbe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .clippy.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
allowed-wildcard-imports = [ "super" ]
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,7 @@ url = "2.4.1"

[profile.release]
lto = true

[workspace.lints.clippy]
enum_glob_use = "allow"

0 comments on commit d9a9dbe

Please sign in to comment.