Searched full:rustfmt (Results 1 – 25 of 117) sorted by relevance
12345
/external/rust/crates/pin-project-lite/ |
D | .rustfmt.toml | 1 # Rustfmt configuration 2 # https://github.com/rust-lang/rustfmt/blob/HEAD/Configurations.md 6 # This is unstable (tracking issue: https://github.com/rust-lang/rustfmt/issues/3383). 8 # Rustfmt cannot format long lines inside macros, but this option detects this. 9 # This is unstable (tracking issue: https://github.com/rust-lang/rustfmt/issues/3391) 13 # See https://internals.rust-lang.org/t/running-rustfmt-on-rust-lang-rust-and-other-rust-lang-repos… 16 # This is unstable (tracking issue: https://github.com/rust-lang/rustfmt/issues/3370) 19 # Apply rustfmt to more places. 20 # This is unstable (tracking issue: https://github.com/rust-lang/rustfmt/issues/3362). 22 # This is unstable (tracking issue: https://github.com/rust-lang/rustfmt/issues/3348).
|
/external/rust/crates/syn-mid/ |
D | .rustfmt.toml | 1 # Rustfmt configuration 2 # https://github.com/rust-lang/rustfmt/blob/HEAD/Configurations.md 6 # This is unstable (tracking issue: https://github.com/rust-lang/rustfmt/issues/3383). 8 # Rustfmt cannot format long lines inside macros, but this option detects this. 9 # This is unstable (tracking issue: https://github.com/rust-lang/rustfmt/issues/3391) 13 # See https://internals.rust-lang.org/t/running-rustfmt-on-rust-lang-rust-and-other-rust-lang-repos… 16 # This is unstable (tracking issue: https://github.com/rust-lang/rustfmt/issues/3370) 19 # Apply rustfmt to more places. 20 # This is unstable (tracking issue: https://github.com/rust-lang/rustfmt/issues/3362). 22 # This is unstable (tracking issue: https://github.com/rust-lang/rustfmt/issues/3348).
|
/external/rust/crates/textwrap/src/ |
D | indentation.rs | 150 #[rustfmt::skip] 166 #[rustfmt::skip] 189 #[rustfmt::skip] 205 #[rustfmt::skip] 223 #[rustfmt::skip] 245 #[rustfmt::skip] 267 #[rustfmt::skip] 281 #[rustfmt::skip] 295 #[rustfmt::skip] 309 #[rustfmt::skip] [all …]
|
/external/rust/crates/pin-project/tests/ui/pin_project/ |
D | import_unnamed.rs | 15 #[rustfmt::skip] 17 #[rustfmt::skip] 19 #[rustfmt::skip] 21 #[rustfmt::skip] 23 #[rustfmt::skip]
|
D | visibility.rs | 14 #[rustfmt::skip] 16 #[rustfmt::skip] 18 #[rustfmt::skip] 20 #[rustfmt::skip] 22 #[rustfmt::skip]
|
/external/rust/crates/walkdir/.github/workflows/ |
D | ci.yml | 71 rustfmt: 72 name: rustfmt 84 components: rustfmt 85 - name: Install rustfmt 86 run: rustup component add rustfmt
|
/external/rust/crates/tokio/tests/ |
D | macros_test.rs | 22 #[rustfmt::skip] // this `rustfmt::skip` is necessary because unused_braces does not warn if the bl… 25 #[rustfmt::skip] // this `rustfmt::skip` is necessary because unused_braces does not warn if the bl…
|
/external/rust/crates/slab/ |
D | .travis.yml | 6 env: RUSTFMT=1 14 - if [ "$RUSTFMT" = 1 ]; then rustup component add rustfmt; fi 17 - if [ "$RUSTFMT" = 1 ]; then cargo fmt -- --check; fi
|
/external/rust/crates/syn/tests/ |
D | test_item.rs | 64 #[rustfmt::skip] in test_negative_impl() 109 #[rustfmt::skip] in test_negative_impl() 167 #[rustfmt::skip] in test_supertraits() 179 #[rustfmt::skip] in test_supertraits() 192 #[rustfmt::skip] in test_supertraits() 218 #[rustfmt::skip] in test_supertraits() 247 #[rustfmt::skip] in test_type_empty_bounds()
|
/external/rust/crates/cfg-if/.github/workflows/ |
D | main.yml | 22 rustfmt: 23 name: Rustfmt 31 rustup component add rustfmt 32 - name: Run rustfmt
|
/external/rust/crates/termcolor/.github/workflows/ |
D | ci.yml | 62 rustfmt: 63 name: rustfmt 74 - name: Install rustfmt 75 run: rustup component add rustfmt
|
/external/rust/crates/arbitrary/.github/workflows/ |
D | rust.yml | 28 rustfmt: 29 name: Check rustfmt 34 - run: rustup component add rustfmt --toolchain stable
|
/external/rust/crates/bindgen/src/ |
D | options.rs | 429 Arg::with_name("no-rustfmt-bindings") in builder_from_flags() 430 .long("no-rustfmt-bindings") in builder_from_flags() 431 .help("Do not format the generated bindings with rustfmt."), in builder_from_flags() 432 Arg::with_name("rustfmt-bindings") in builder_from_flags() 433 .long("rustfmt-bindings") in builder_from_flags() 435 "Format the generated bindings with rustfmt. DEPRECATED: \ in builder_from_flags() 436 --rustfmt-bindings is now enabled by default. Disable \ in builder_from_flags() 437 with --no-rustfmt-bindings.", in builder_from_flags() 439 Arg::with_name("rustfmt-configuration-file") in builder_from_flags() 440 .long("rustfmt-configuration-file") in builder_from_flags() [all …]
|
/external/rust/crates/libm/.github/workflows/ |
D | main.yml | 32 rustfmt: 33 name: Rustfmt 38 run: rustup update stable && rustup default stable && rustup component add rustfmt
|
/external/crosvm/protos/ |
D | build.rs | 30 // Rustfmt bug: https://github.com/rust-lang/rustfmt/issues/3498 31 #[rustfmt::skip] 47 #[rustfmt::skip]
|
/external/rust/crates/bindgen/ |
D | Cargo.toml.orig | 74 default = ["logging", "clap", "runtime", "which-rustfmt"] 78 # Dynamically discover a `rustfmt` binary using the `which` crate 79 which-rustfmt = ["which"]
|
D | Android.bp | 1 …d by cargo2android.py --run --dependencies --features=clap,runtime,which-rustfmt --host-first-mult… 56 "which-rustfmt", 89 "which-rustfmt",
|
/external/rust/crates/aho-corasick/.github/workflows/ |
D | ci.yml | 95 rustfmt: 96 name: rustfmt 108 components: rustfmt
|
/external/rust/crates/atty/ |
D | rustfmt.toml | 1 # https://github.com/rust-lang/rustfmt/blob/master/Configurations.md#fn_args_layout 3 # https://github.com/rust-lang/rustfmt/blob/master/Configurations.md#merge_imports
|
/external/rust/crates/tinyvec/ |
D | rustfmt.toml | 2 # https://github.com/rust-lang/rustfmt/blob/rustfmt-1.4.19/Configurations.md
|
/external/rust/crates/flate2/.github/workflows/ |
D | main.yml | 48 rustfmt: 49 name: Rustfmt 54 run: rustup update stable && rustup default stable && rustup component add rustfmt
|
/external/rust/crates/libfuzzer-sys/.github/workflows/ |
D | rust.yml | 18 - name: Check rustfmt 20 rustup component add rustfmt --toolchain stable
|
/external/rust/crates/log/.github/workflows/ |
D | main.yml | 49 rustfmt: 50 name: Rustfmt 58 rustup component add rustfmt
|
/external/rust/crates/criterion/ci/ |
D | install.sh | 7 if [ "$RUSTFMT" = "yes" ]; then 8 rustup component add rustfmt
|
/external/rust/crates/quote/ |
D | README.md | 236 file, consider having the code generator pass the tokens through [rustfmt] 237 before writing (either by shelling out to the `rustfmt` binary or by pulling in 238 the `rustfmt` library as a dependency). This way if an error occurs in the 244 [rustfmt]: https://github.com/rust-lang/rustfmt
|
12345