removed a space that causes annotation of the output of some code to be incorrect

This commit is contained in:
jacob 2023-05-10 02:28:24 +01:00
parent 28dc0f3576
commit 0e4662dd8c
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)]