Skip to content

Commit

Permalink
Merge pull request #1358 from Oxyn4/master
Browse files Browse the repository at this point in the history
fixed minor error in a comment that annotated output of a proc macro
  • Loading branch information
ehuss committed May 10, 2023
2 parents 28dc0f3 + 0e4662d commit 9ac3de6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/procedural-macros.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ use my_macro::show_streams;
#[show_streams]
fn invoke1() {}
// out: attr: ""
// out: item: "fn invoke1() { }"
// out: item: "fn invoke1() {}"
// Example: Attribute with input
#[show_streams(bar)]
Expand Down

0 comments on commit 9ac3de6

Please sign in to comment.