File tree Expand file tree Collapse file tree 4 files changed +10
-11
lines changed Expand file tree Collapse file tree 4 files changed +10
-11
lines changed Original file line number Diff line number Diff line change 3838 - uses : dtolnay/rust-toolchain@master
3939 with :
4040 components : cargo
41- toolchain : 1.75 .0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
41+ toolchain : 1.76 .0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
4242 - name : Check out ci repo
4343 run : git clone https://github.com/stratis-storage/ci.git
4444 - name : Run comparisons of version specs with available Fedora packages
Original file line number Diff line number Diff line change @@ -24,19 +24,19 @@ jobs:
2424 matrix :
2525 include :
2626 - components : rustfmt
27- toolchain : 1.75 .0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
27+ toolchain : 1.76 .0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
2828 task : make -f Makefile fmt-ci
2929 - components : clippy
30- toolchain : 1.75 .0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
30+ toolchain : 1.76 .0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
3131 task : make -f Makefile clippy
3232 - components : cargo
33- toolchain : 1.75 .0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
33+ toolchain : 1.76 .0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
3434 task : make -f Makefile build
3535 - components : cargo
36- toolchain : 1.75 .0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
36+ toolchain : 1.76 .0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
3737 task : make -f Makefile docs
3838 - components : cargo
39- toolchain : 1.75 .0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
39+ toolchain : 1.76 .0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
4040 task : make -f Makefile check-typos
4141 runs-on : ubuntu-20.04
4242 steps :
6060 matrix :
6161 include :
6262 - toolchain : 1.71.1 # LOWEST SUPPORTED RUST TOOLCHAIN
63- - toolchain : 1.75 .0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
63+ - toolchain : 1.76 .0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
6464 runs-on : ubuntu-20.04
6565 steps :
6666 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 1616 matrix :
1717 include :
1818 - components : cargo
19- toolchain : 1.75 .0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
19+ toolchain : 1.76 .0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
2020 task : make -f Makefile audit
2121 # Allowed because a failure may occur after a new Rust stable
2222 # version is released.
5959 - uses : dtolnay/rust-toolchain@master
6060 with :
6161 components : cargo
62- toolchain : 1.75 .0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
62+ toolchain : 1.76 .0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
6363 - name : Check out ci repo
6464 run : git clone https://github.com/stratis-storage/ci.git
6565 - name : Run comparisons of version specs with available Fedora packages
Original file line number Diff line number Diff line change @@ -381,8 +381,7 @@ impl DM {
381381 /// Valid flags: `DM_DEFERRED_REMOVE`
382382 pub fn device_remove ( & self , id : & DevId < ' _ > , options : DmOptions ) -> DmResult < DeviceInfo > {
383383 debug ! ( "Removing device {}" , id) ;
384- #[ allow( renamed_and_removed_lints) ]
385- #[ allow( clippy:: blocks_in_if_conditions) ]
384+ #[ allow( clippy:: blocks_in_conditions) ]
386385 match retry_with_index (
387386 Fixed :: from_millis ( DM_REMOVE_MSLEEP_DELAY ) . take ( DM_REMOVE_RETRIES - 1 ) ,
388387 |i| {
You can’t perform that action at this time.
0 commit comments