Home
last modified time | relevance | path

Searched refs:rustfmt (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/Documentation/rust/
Dcoding-guidelines.rst12 The code should be formatted using ``rustfmt``. In this way, a person
19 ``rustfmt``. Thus those are still needed to be taken care of.
21 The default settings of ``rustfmt`` are used. This means the idiomatic Rust
30 make LLVM=1 rustfmt
37 Like ``clang-format`` for the rest of the kernel, ``rustfmt`` works on
Dquick-start.rst111 rustfmt subsection
114 The ``rustfmt`` tool is used to automatically format all the Rust kernel code,
122 rustup component add rustfmt
124 The standalone installers also come with ``rustfmt``.
/Linux-v6.1/
D.gitignore102 !.rustfmt.toml
DMakefile282 outputmakefile rustavailable rustfmt rustfmtcheck
506 RUSTFMT = rustfmt
1815 PHONY += rustfmt rustfmtcheck
1822 rustfmt: target
1832 rustfmtcheck: rustfmt