Merge pull request #1358 from Oxyn4/master

fixed minor error in a comment that annotated output of a proc macro
This commit is contained in:
Eric Huss 2023-05-09 18:54:07 -07:00 committed by GitHub
commit 9ac3de60df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)]