Update tests
This commit is contained in:
parent
6b85c4a6e7
commit
6f24c64673
@ -408,3 +408,11 @@ fn match_with_near_max_width() {
|
||||
{}
|
||||
}
|
||||
}
|
||||
|
||||
fn match_with_trailing_spaces() {
|
||||
match x {
|
||||
#![allow(simple_match)]
|
||||
Some(..) => 0,
|
||||
None => 1,
|
||||
}
|
||||
}
|
||||
|
@ -450,3 +450,11 @@ fn match_with_near_max_width() {
|
||||
Variant::Tag6 => {}
|
||||
}
|
||||
}
|
||||
|
||||
fn match_with_trailing_spaces() {
|
||||
match x {
|
||||
#![allow(simple_match)]
|
||||
Some(..) => 0,
|
||||
None => 1,
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user