File tree Expand file tree Collapse file tree 4 files changed +5
-8
lines changed Expand file tree Collapse file tree 4 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 88 name : " cargo clippy in subdir"
99 runs-on : ubuntu-latest
1010 steps :
11- - run : rustup self uninstall
11+ - run : rustup self uninstall -y
1212 - uses : actions/checkout@v5
13- - uses : actions-rust-lang/setup-rust-toolchain@v1
13+ - uses : actions-rust-lang/setup-rust-toolchain@main
1414 with :
1515 toolchain : stable
1616 components : clippy
1717 rust-src-dir : proj
1818 override : false
19- - uses : Swatinem/rust-cache@v2
2019 - run : cargo clippy --all-targets --all-features --locked -- -D
Original file line number Diff line number Diff line change 1+ target
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ edition = "2021"
55
66[lib ]
77name = " foobar"
8- path = " src/lib.rs"
8+ path = " proj/ src/lib.rs"
99
1010[dependencies ]
1111capnp = " =0.15.0"
Original file line number Diff line number Diff line change 1+ use std:: collection:: { BTreeMap , HashMap } ;
12use std:: fmt:: { self } ;
2- use std:: collection:: {
3- HashMap ,
4- BTreeMap }
5- ;
You can’t perform that action at this time.
0 commit comments