Skip to content

Commit e6423bf

Browse files
authored
chore(operations): rebump rust (#3148)
* chore(operations): rebump rust Signed-off-by: Ana Hobden <[email protected]> * Satisfy the rules lawyer Signed-off-by: Ana Hobden <[email protected]>
1 parent bd6a261 commit e6423bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rust-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.44.1
1+
1.45.0

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
#![recursion_limit = "256"] // for async-stream
22
#![allow(clippy::approx_constant)]
33
#![allow(clippy::float_cmp)]
4+
#![allow(clippy::blocks_in_if_conditions)]
45
#![allow(clippy::match_wild_err_arm)]
56
#![allow(clippy::new_ret_no_self)]
67
#![allow(clippy::ptr_arg)]
78
#![allow(clippy::too_many_arguments)]
89
#![allow(clippy::trivial_regex)]
910
#![allow(clippy::type_complexity)]
1011
#![allow(clippy::unit_arg)]
11-
#![allow(clippy::block_in_if_condition_stmt)]
1212

1313
#[macro_use]
1414
extern crate tracing;

0 commit comments

Comments
 (0)