Searched full:rustfmt (Results 1 – 7 of 7) sorted by relevance
19 代码应该使用 ``rustfmt`` 进行格式化。这样一来,一个不时为内核做贡献的人就不需要再去学23 .. note:: ``rustfmt`` 不检查注释和文档的约定。因此,这些仍然需要照顾到。25 使用 ``rustfmt`` 的默认设置。这意味着遵循Rust的习惯性风格。例如,缩进时使用4个空格而31 make LLVM=1 rustfmt37 像内核其他部分的 ``clang-format`` 一样, ``rustfmt`` 在单个文件上工作,并且不需要
126 rustfmt section in 开发依赖129 ``rustfmt`` 工具被用来自动格式化所有的Rust内核代码,包括生成的C绑定(详情请见135 rustup component add rustfmt137 独立的安装程序也带有 ``rustfmt`` 。
63 rustfmt:
114 !.rustfmt.toml
301 outputmakefile rustavailable rustfmt rustfmtcheck524 RUSTFMT = rustfmt macro619 export RUSTC RUSTDOC RUSTFMT RUSTC_OR_CLIPPY_QUIET RUSTC_OR_CLIPPY BINDGEN1692 @echo ' rustfmt - Reformat all the Rust code in the kernel'1703 @echo ' Run with RUSTFMT=n to skip reformatting if needed.'1808 PHONY += rustfmt rustfmtcheck1810 rustfmt: target1813 | xargs $(RUSTFMT) $(rustfmt_flags)1816 rustfmtcheck: rustfmt
255 command -v $(RUSTFMT) >/dev/null && $(RUSTFMT) $@
17 #[rustfmt::skip]