Skip to content

Commit

Permalink
Remove todo note I believe no longer applies
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Sep 4, 2024
1 parent c81ab17 commit c653cad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nuit-derive/src/bind.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ pub fn derive(input: TokenStream) -> TokenStream {
let input: DeriveInput = syn::parse(input).unwrap();
let name = &input.ident;

// TODO: Handle Bind bounds correctly (i.e. we'd only want to generate them for State fields)
let type_params: Vec<TypeParam> = input.generics.type_params().cloned().collect();

let state_fields: Vec<Ident> = match input.data {
Expand Down

0 comments on commit c653cad

Please sign in to comment.