Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
davidzeng0 committed Jul 27, 2024
1 parent 38011cd commit 134253b
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions macros/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,3 @@ declare_attribute_macro! {
error::errors(attr, item)
}
}

declare_attribute_macro! {
pub fn extendable(attr: TokenStream, item: TokenStream) -> Result<TokenStream> {
extend::extendable(attr, item)
}
}

declare_attribute_macro! {
pub fn extends(attr: TokenStream, item: TokenStream) -> Result<TokenStream> {
extend::extends(attr, item)
}
}

0 comments on commit 134253b

Please sign in to comment.