Explicitly allow clippy::new_without_default
style lint (#36434)
Discussed in #36432 Release Notes: - N/A --------- Co-authored-by: Marshall Bowers <git@maxdeviant.com>
This commit is contained in:
parent
97f784dedf
commit
eecf142f06
1 changed files with 2 additions and 0 deletions
|
@ -832,6 +832,8 @@ new_ret_no_self = { level = "allow" }
|
|||
# compared to Iterator::next. Yet, clippy complains about those.
|
||||
should_implement_trait = { level = "allow" }
|
||||
let_underscore_future = "allow"
|
||||
# It doesn't make sense to implement `Default` unilaterally.
|
||||
new_without_default = "allow"
|
||||
|
||||
# in Rust it can be very tedious to reduce argument count without
|
||||
# running afoul of the borrow checker.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue