Skip to content

Commit

Permalink
Update test_crates/function_like_proc_macro_missing/old/src/lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
obi1kenobi authored Dec 7, 2024
1 parent efa35d6 commit 122968d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,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 122968d

Please sign in to comment.