Skip to content

Commit 7ada308

Browse files
committed
clippy
1 parent 635ae60 commit 7ada308

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wgpu-remote/webidl/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ fn main() {
44
let source = include_str!("webgpu.idl");
55
let (remaining, parsed) =
66
weedle::Definitions::parse(source).expect("failed to parse `Definitions`");
7-
println!("parsed:{:#?}", parsed);
7+
println!("parsed: {parsed:#?}", );
88
println!();
99
println!("remaining: {remaining:?}");
1010
}

0 commit comments

Comments
 (0)