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]
298 outputmakefile rustavailable rustfmt rustfmtcheck \539 RUSTFMT = rustfmt macro634 export RUSTC RUSTDOC RUSTFMT RUSTC_OR_CLIPPY_QUIET RUSTC_OR_CLIPPY BINDGEN LLVM_LINK1827 @echo ' rustfmt - Reformat all the Rust code in the kernel'1838 @echo ' Run with RUSTFMT=n to skip reformatting if needed.'1949 PHONY += rustfmt rustfmtcheck1951 rustfmt: target1959 | xargs $(RUSTFMT) $(rustfmt_flags)1962 rustfmtcheck: rustfmt
23359 F: .rustfmt.toml
363 command -v $(RUSTFMT) >/dev/null && $(RUSTFMT) --config-path $(srctree)/.rustfmt.toml $@
196 #[rustfmt::skip]
20 #[rustfmt::skip]