File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM rust:1.94 -slim AS base
1+ FROM rust:1.95 -slim AS base
22
33WORKDIR /analyzer
44
77RUN cargo build --release
88
99# cargo-local-registry stuff is copied from the test runner
10- FROM rust:1.94 AS build-cargo-local-registry
10+ FROM rust:1.95 AS build-cargo-local-registry
1111
1212# install cargo-local-registry
1313RUN cargo install --locked cargo-local-registry
@@ -16,7 +16,7 @@ WORKDIR /local-registry
1616COPY local-registry/* ./
1717RUN cargo generate-lockfile && cargo local-registry --sync Cargo.lock .
1818
19- FROM rust:1.94 -slim
19+ FROM rust:1.95 -slim
2020
2121WORKDIR /opt/analyzer
2222
Original file line number Diff line number Diff line change 1010 {
1111 "comment" : " rust.general.clippy" ,
1212 "params" : {
13- "clippy_msg" : " warning: unneeded `return` statement\n --> src/lib.rs:2:5\n |\n 2 | return --x;\n | ^^^^^^^^^^\n |\n = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.94 .0/index.html#needless_return\n = note: `#[warn(clippy::needless_return)]` on by default\n help: remove `return`\n |\n 2 - return --x;\n 2 + --x\n |"
13+ "clippy_msg" : " warning: unneeded `return` statement\n --> src/lib.rs:2:5\n |\n 2 | return --x;\n | ^^^^^^^^^^\n |\n = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.95 .0/index.html#needless_return\n = note: `#[warn(clippy::needless_return)]` on by default\n help: remove `return`\n |\n 2 - return --x;\n 2 + --x\n |"
1414 },
1515 "type" : " informative"
1616 }
You can’t perform that action at this time.
0 commit comments