117 |
clippy::single_match_else,
|
118 |
clippy::manual_let_else
|
119 |
)]
|
118 |
clippy::bool_to_int_with_if,
|
119 |
clippy::manual_let_else,
|
120 |
clippy::manual_range_contains,
|
80 |
clippy::type_complexity, // for transport/web_socket_connection.rs:133
|
81 |
clippy::manual_let_else, // for transport/web_socket_connection.rs:142
|
82 |
clippy::should_implement_trait, // for browser/mod.rs:106
|
141 |
clippy::uninlined_format_args, /* This should be changed for any normal "{}", but I'm not a fan of it for any debug or width specific formatting */
|
142 |
clippy::manual_let_else,
|
143 |
)]
|
18 |
clippy::if_not_else,
|
19 |
clippy::manual_let_else
|
20 |
)]
|