Skip to content

Commit 9ac3de6

Browse files
authored
Merge pull request #1358 from Oxyn4/master
fixed minor error in a comment that annotated output of a proc macro
2 parents 28dc0f3 + 0e4662d commit 9ac3de6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/procedural-macros.md

+1-1
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)