diff --git a/Cargo.toml b/Cargo.toml index 914f9e6837feea4f0c918c9d11a8a0accc0dee94..3edd8d802c6e949b0040a45c7fda61fd340abbf7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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.