Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove unneeded macro definition/invocation
  • Loading branch information
jessebraham committed Jun 28, 2023
commit 31ebc5fa8de57c3050ca10eb5faba9997051601a
6 changes: 0 additions & 6 deletions esp-hal-procmacros/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -294,12 +294,6 @@ pub fn interrupt(args: TokenStream, input: TokenStream) -> TokenStream {
(f.sig.inputs.len() == 1).then(|| Ident::new("context", proc_macro2::Span::call_site()));

quote!(
macro_rules! foo {
() => {
};
}
foo!();

#(#cfgs)*
#(#attrs)*
#[doc(hidden)]
Expand Down