1 |
#![allow(unused_results, clippy::unwrap_used, clippy::string_add)]
|
3 |
#![allow(clippy::string_add)]
|
146 |
// and `s.push_str(...);` when `+` is equivalent and does not require `let`.
|
147 |
clippy::string_add,
|
148 |
)]
|