Lines Matching full:rustfmt
300 outputmakefile rustavailable rustfmt rustfmtcheck \
543 RUSTFMT = rustfmt
639 export RUSTC RUSTDOC RUSTFMT RUSTC_OR_CLIPPY_QUIET RUSTC_OR_CLIPPY BINDGEN LLVM_LINK
1861 @echo ' rustfmt - Reformat all the Rust code in the kernel'
1872 @echo ' Run with RUSTFMT=n to skip reformatting if needed.'
1984 PHONY += rustfmt rustfmtcheck
1986 rustfmt:
1996 | xargs $(RUSTFMT) $(rustfmt_flags)
1999 rustfmtcheck: rustfmt