Skip to content

Commit 0e4662d

Browse files
committed
removed a space that causes annotation of the output of some code to be incorrect
1 parent 28dc0f3 commit 0e4662d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/procedural-macros.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ use my_macro::show_streams;
251251
#[show_streams]
252252
fn invoke1() {}
253253
// out: attr: ""
254-
// out: item: "fn invoke1() { }"
254+
// out: item: "fn invoke1() {}"
255255
256256
// Example: Attribute with input
257257
#[show_streams(bar)]

0 commit comments

Comments
 (0)