Skip to content

Commit

Permalink
Update test_crates/function_like_proc_macro_missing/new/src/lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
obi1kenobi authored Dec 7, 2024
1 parent c9a4182 commit efa35d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ pub fn my_derive(_item: TokenStream) -> TokenStream {
#[proc_macro_attribute]
pub fn my_attribute(_attr: TokenStream, _item: TokenStream) -> TokenStream {
TokenStream::new()
}
}

0 comments on commit efa35d6

Please sign in to comment.