update rustfmt test
This commit is contained in:
parent
8b2daac8d3
commit
a3b7990b9a
2 changed files with 2 additions and 2 deletions
|
@ -91,7 +91,7 @@ fn issue3728() {
|
||||||
|
|
||||||
fn literals() {
|
fn literals() {
|
||||||
match 42 {
|
match 42 {
|
||||||
const { 1 + 2 } | 4
|
1 | 2 | 4
|
||||||
| 6 => {}
|
| 6 => {}
|
||||||
10 | 11 | 12
|
10 | 11 | 12
|
||||||
| 13 | 14 => {}
|
| 13 | 14 => {}
|
||||||
|
|
|
@ -99,7 +99,7 @@ fn issue3728() {
|
||||||
|
|
||||||
fn literals() {
|
fn literals() {
|
||||||
match 42 {
|
match 42 {
|
||||||
const { 1 + 2 } | 4 | 6 => {}
|
1 | 2 | 4 | 6 => {}
|
||||||
10 | 11 | 12 | 13 | 14 => {}
|
10 | 11 | 12 | 13 | 14 => {}
|
||||||
_ => {}
|
_ => {}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue