Skip to content

Commit

Permalink
allow new_without_default lint
Browse files Browse the repository at this point in the history
This was not caught in CI because the exercise is marked as
allowed to not compile for unrelated reasons.
  • Loading branch information
senekor committed Aug 25, 2024
1 parent a832fc5 commit 031b985
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions exercises/practice/dot-dsl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@
edition = "2021"
name = "dot-dsl"
version = "0.1.0"

[lints.clippy]
new_without_default = "allow"

0 comments on commit 031b985

Please sign in to comment.