We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
TODO
gix-macros/src/lib.rs
1 parent 705f2f3 commit c4ed7c1Copy full SHA for c4ed7c1
gix-macros/src/lib.rs
@@ -19,7 +19,6 @@ use proc_macro::TokenStream;
19
/// * `AsMut`
20
#[proc_macro_attribute]
21
pub fn momo(_attrs: TokenStream, input: TokenStream) -> TokenStream {
22
- //TODO: alternatively parse ImplItem::Method
23
momo::inner(input.into()).into()
24
}
25
0 commit comments