Skip to content

Commit 331d9a2

Browse files
nyurikAlexendoo
andauthored
Update tests/ui/format_args.rs
Co-authored-by: Alex Macleod <alex@macleod.io>
1 parent 39d6681 commit 331d9a2

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

tests/ui/format_args.rs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -117,14 +117,6 @@ fn main() {
117117
println!("{foo}{foo:?}", foo = "foo".to_string());
118118
print!("{}", (Location::caller().to_string()));
119119
print!("{}", ((Location::caller()).to_string()));
120-
#[rustfmt::skip]
121-
print!("{}", (Location::caller()
122-
.
123-
to_string()));
124-
#[rustfmt::skip]
125-
print!("{}", ((Location::caller())
126-
.
127-
to_string()));
128120
}
129121

130122
fn issue8643(vendor_id: usize, product_id: usize, name: &str) {

0 commit comments

Comments
 (0)