Skip to content

Commit c4ed7c1

Browse files
committed
Remove TODO in gix-macros/src/lib.rs
Signed-off-by: Jiahao XU <[email protected]>
1 parent 705f2f3 commit c4ed7c1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gix-macros/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ use proc_macro::TokenStream;
1919
/// * `AsMut`
2020
#[proc_macro_attribute]
2121
pub fn momo(_attrs: TokenStream, input: TokenStream) -> TokenStream {
22-
//TODO: alternatively parse ImplItem::Method
2322
momo::inner(input.into()).into()
2423
}
2524

0 commit comments

Comments
 (0)