Home
last modified time | relevance | path

Searched full:clippy (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/bmake/mk/
H A Drust.mk41 # 'cargo.test', 'cargo.clippy', ... which will run '${RUST_CARGO} test',
42 # '${RUST_CARGO} clippy' etc.
116 # cargo clippy needs extra help finding the sysroot
117 # https://github.com/rust-lang/rust-clippy/issues/3523
173 # 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_USE
176 cargo.clippy: cargo.build
177 all: cargo.clippy