Searched full:rustfmt (Results 1 – 15 of 15) sorted by relevance
48 apt install rustc rust-src bindgen rustfmt rust-clippy56 dnf install rust rust-src bindgen-cli rustfmt clippy65 USE='rust-src rustfmt clippy' emerge dev-lang/rust dev-util/bindgen77 nativeBuildInputs = with pkgs; [ rustc rust-bindgen rustfmt clippy ];97 apt install rustc rust-src bindgen rustfmt rust-clippy112 apt install rustc-1.85 rust-1.85-src bindgen-0.71 rustfmt-1.85 \114 ln -s /usr/lib/rust-1.85/bin/rustfmt /usr/bin/rustfmt-1.85119 make LLVM=1 RUSTC=rustc-1.85 RUSTDOC=rustdoc-1.85 RUSTFMT=rustfmt-1.85 \242 rustfmt section in 开发依赖245 ``rustfmt`` 工具被用来自动格式化所有的Rust内核代码,包括生成的C绑定(详情请见[all …]
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 \551 RUSTFMT = rustfmt macro647 export RUSTC RUSTDOC RUSTFMT RUSTC_OR_CLIPPY_QUIET RUSTC_OR_CLIPPY BINDGEN LLVM_LINK1876 @echo ' rustfmt - Reformat all the Rust code in the kernel'1887 @echo ' Run with RUSTFMT=n to skip reformatting if needed.'1999 PHONY += rustfmt rustfmtcheck2001 rustfmt: target2011 | xargs $(RUSTFMT) $(rustfmt_flags)2014 rustfmtcheck: rustfmt
23871 F: .rustfmt.toml
365 command -v $(RUSTFMT) >/dev/null && $(RUSTFMT) --config-path $(srctree)/.rustfmt.toml $@
20 #[rustfmt::skip]
1321 #[rustfmt::skip]2208 #[rustfmt::skip] in test_impls()2215 #[rustfmt::skip] in test_impls()2377 #[rustfmt::skip] in test_impls()
1102 #[rustfmt::skip]1110 #[rustfmt::skip]1118 #[rustfmt::skip]
598 #[rustfmt::skip] in try_transmute_ref()660 #[rustfmt::skip] in try_transmute_mut()
875 #[rustfmt::skip]
943 #[rustfmt::skip] in try_with_unchecked()