mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-12 20:16:49 +00:00
Fixup tests
This commit is contained in:
parent
547c0142f3
commit
b4794dbd9f
@ -1,7 +1,6 @@
|
||||
// rustfmt-type_punctuation_density: Compressed
|
||||
// Type punctuation density
|
||||
|
||||
// FIXME: remove whitespace around `+`:
|
||||
fn lorem<Ipsum:Dolor+Sit=Amet>() {
|
||||
// body
|
||||
}
|
||||
|
@ -1,7 +1,6 @@
|
||||
// rustfmt-type_punctuation_density: Compressed
|
||||
// Type punctuation density
|
||||
|
||||
// FIXME: remove whitespace around `+`:
|
||||
fn lorem<Ipsum: Dolor + Sit=Amet>() {
|
||||
fn lorem<Ipsum: Dolor+Sit=Amet>() {
|
||||
// body
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user