Skip to content

Commit fec044e

Browse files
committed
clippy: allow new_without_default
1 parent 7f13d82 commit fec044e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ missing_errors_doc = "allow"
2020
missing_panics_doc = "allow"
2121
module_name_repetitions = "allow"
2222
needless-raw-string-hashes = "allow"
23+
new_without_default = "allow"
2324
pedantic = { level = "warn", priority = -1 }
2425
print_stdout = "warn"
2526
similar_names = "allow"

0 commit comments

Comments
 (0)