We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd6a261 commit e6423bfCopy full SHA for e6423bf
rust-toolchain
@@ -1 +1 @@
1
-1.44.1
+1.45.0
src/lib.rs
@@ -1,14 +1,14 @@
#![recursion_limit = "256"] // for async-stream
2
#![allow(clippy::approx_constant)]
3
#![allow(clippy::float_cmp)]
4
+#![allow(clippy::blocks_in_if_conditions)]
5
#![allow(clippy::match_wild_err_arm)]
6
#![allow(clippy::new_ret_no_self)]
7
#![allow(clippy::ptr_arg)]
8
#![allow(clippy::too_many_arguments)]
9
#![allow(clippy::trivial_regex)]
10
#![allow(clippy::type_complexity)]
11
#![allow(clippy::unit_arg)]
-#![allow(clippy::block_in_if_condition_stmt)]
12
13
#[macro_use]
14
extern crate tracing;
0 commit comments