diff options
| author | Yacin Tmimi <yacintmimi@gmail.com> | 2024-09-19 21:46:44 -0400 |
|---|---|---|
| committer | Yacin Tmimi <yacintmimi@gmail.com> | 2024-09-19 21:46:44 -0400 |
| commit | eeda9dd07068121961ea4af111dd8060fe58e396 (patch) | |
| tree | 91b1189c77a5b62b2b039b8260b681cd42c5cb26 /src/tools/rustfmt/tests/source/issue-3213 | |
| parent | 506f22b4663f3e756e1e6a4f66c6309fdc00819c (diff) | |
| parent | b23b69900eab1260be510b2bd8922f4b6de6cf1e (diff) | |
| download | rust-eeda9dd07068121961ea4af111dd8060fe58e396.tar.gz rust-eeda9dd07068121961ea4af111dd8060fe58e396.zip | |
Merge commit 'b23b69900eab1260be510b2bd8922f4b6de6cf1e' into sync-from-rustfmt
Diffstat (limited to 'src/tools/rustfmt/tests/source/issue-3213')
| -rw-r--r-- | src/tools/rustfmt/tests/source/issue-3213/version_one.rs | 2 | ||||
| -rw-r--r-- | src/tools/rustfmt/tests/source/issue-3213/version_two.rs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/rustfmt/tests/source/issue-3213/version_one.rs b/src/tools/rustfmt/tests/source/issue-3213/version_one.rs index f9f4cab55e3..ed7d5145150 100644 --- a/src/tools/rustfmt/tests/source/issue-3213/version_one.rs +++ b/src/tools/rustfmt/tests/source/issue-3213/version_one.rs @@ -1,4 +1,4 @@ -// rustfmt-version: One +// rustfmt-style_edition: 2015 fn foo() { match 0 { diff --git a/src/tools/rustfmt/tests/source/issue-3213/version_two.rs b/src/tools/rustfmt/tests/source/issue-3213/version_two.rs index 0f068c19d74..c6d04aced8d 100644 --- a/src/tools/rustfmt/tests/source/issue-3213/version_two.rs +++ b/src/tools/rustfmt/tests/source/issue-3213/version_two.rs @@ -1,4 +1,4 @@ -// rustfmt-version: Two +// rustfmt-style_edition: 2024 fn foo() { match 0 { |
