Remove resolved todos
This commit is contained in:
parent
01c2934fd5
commit
325c5e6e5c
4 changed files with 0 additions and 4 deletions
|
|
@ -24,7 +24,6 @@ pub fn derive_document(input: proc_macro::TokenStream) -> proc_macro::TokenStrea
|
|||
}
|
||||
}
|
||||
|
||||
// TODO Derive Default as well
|
||||
#[proc_macro_derive(KeyGroup)]
|
||||
pub fn derive_group(input: proc_macro::TokenStream) -> proc_macro::TokenStream {
|
||||
let input = parse_macro_input!(input as DeriveInput);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue