Searched full:rustfmt (Results 1 – 9 of 9) sorted by relevance
12 The code should be formatted using ``rustfmt``. In this way, a person19 ``rustfmt``. Thus those are still needed to be taken care of.21 The default settings of ``rustfmt`` are used. This means the idiomatic Rust30 make LLVM=1 rustfmt37 Like ``clang-format`` for the rest of the kernel, ``rustfmt`` works on44 ``rustfmt``, by default, formats imports in a way that is prone to conflicts78 ``rustfmt`` will actually reformat imports vertically when the empty comment is80 expected style by running ``rustfmt`` on an input like:112 Eventually, the goal is to get ``rustfmt`` to support this formatting style (or
555 #[rustfmt::skip] // https://github.com/rust-lang/rustfmt/issues/6176639 #[rustfmt::skip]758 #[rustfmt::skip]852 #[rustfmt::skip]856 #[rustfmt::skip]860 #[rustfmt::skip]864 #[rustfmt::skip]868 #[rustfmt::skip]
240 #[rustfmt::skip]
300 outputmakefile rustavailable rustfmt rustfmtcheck \543 RUSTFMT = rustfmt639 export RUSTC RUSTDOC RUSTFMT RUSTC_OR_CLIPPY_QUIET RUSTC_OR_CLIPPY BINDGEN LLVM_LINK1861 @echo ' rustfmt - Reformat all the Rust code in the kernel'1872 @echo ' Run with RUSTFMT=n to skip reformatting if needed.'1984 PHONY += rustfmt rustfmtcheck1986 rustfmt:1996 | xargs $(RUSTFMT) $(rustfmt_flags)1999 rustfmtcheck: rustfmt541 RUSTFMT = rustfmt global() macro 1954 rustfmt: global() target [all...]
23672 F: .rustfmt.toml
364 command -v $(RUSTFMT) >/dev/null && $(RUSTFMT) --config-path $(srctree)/.rustfmt.toml $@
196 #[rustfmt::skip]
20 #[rustfmt::skip]