Searched full:clippy (Results 1 – 1 of 1) sorted by relevance
41 # 'cargo.test', 'cargo.clippy', ... which will run '${RUST_CARGO} test',42 # '${RUST_CARGO} clippy' etc.116 # cargo clippy needs extra help finding the sysroot117 # https://github.com/rust-lang/rust-clippy/issues/3523173 # do we want cargo.clippy to be run after cargo.build?174 .if ${MK_RUST_CARGO_CLIPPY:Uno} == "yes" && !target(cargo.clippy)175 cargo.clippy: _CARGO_USE176 cargo.clippy: cargo.build177 all: cargo.clippy