]> git.lizzy.rs Git - rust.git/commit
Merge commit '4236289b75ee55c78538c749512cdbeea5e1c332' into update-rustfmt
authorCaleb Cartwright <caleb.cartwright@outlook.com>
Mon, 26 Jul 2021 03:57:19 +0000 (22:57 -0500)
committerCaleb Cartwright <caleb.cartwright@outlook.com>
Mon, 26 Jul 2021 03:57:19 +0000 (22:57 -0500)
commit102a06b36b8c53d228bb10481f2103e189ce5fb3
treef8c7fd4dd9b3c7675c381e768ee8c36127a533c0
parent0ded6adf6607b5c2657c930d5efebecf60578cd3
parent4236289b75ee55c78538c749512cdbeea5e1c332
Merge commit '4236289b75ee55c78538c749512cdbeea5e1c332' into update-rustfmt
39 files changed:
src/tools/rustfmt/Cargo.lock
src/tools/rustfmt/Configurations.md
src/tools/rustfmt/Contributing.md
src/tools/rustfmt/README.md
src/tools/rustfmt/appveyor.yml
src/tools/rustfmt/rust-toolchain
src/tools/rustfmt/src/attr.rs
src/tools/rustfmt/src/bin/main.rs
src/tools/rustfmt/src/cargo-fmt/main.rs
src/tools/rustfmt/src/chains.rs
src/tools/rustfmt/src/closures.rs
src/tools/rustfmt/src/comment.rs
src/tools/rustfmt/src/config/config_type.rs
src/tools/rustfmt/src/config/file_lines.rs
src/tools/rustfmt/src/config/license.rs
src/tools/rustfmt/src/emitter/diff.rs
src/tools/rustfmt/src/expr.rs
src/tools/rustfmt/src/formatting/newline_style.rs
src/tools/rustfmt/src/imports.rs
src/tools/rustfmt/src/issues.rs
src/tools/rustfmt/src/items.rs
src/tools/rustfmt/src/lib.rs
src/tools/rustfmt/src/lists.rs
src/tools/rustfmt/src/macros.rs
src/tools/rustfmt/src/matches.rs
src/tools/rustfmt/src/missed_spans.rs
src/tools/rustfmt/src/overflow.rs
src/tools/rustfmt/src/patterns.rs
src/tools/rustfmt/src/rustfmt_diff.rs
src/tools/rustfmt/src/skip.rs
src/tools/rustfmt/src/source_file.rs
src/tools/rustfmt/src/string.rs
src/tools/rustfmt/src/syntux/parser.rs
src/tools/rustfmt/src/types.rs
src/tools/rustfmt/src/utils.rs
src/tools/rustfmt/src/visitor.rs
src/tools/rustfmt/tests/source/configs/match_arm_leading_pipes/preserve.rs
src/tools/rustfmt/tests/target/configs/match_arm_leading_pipes/preserve.rs
src/tools/rustfmt/tests/target/issue_4868.rs