Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kennykerr committed Jan 27, 2022
1 parent d2e49d9 commit a08019e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/libs/bindgen/src/implements.rs
Expand Up @@ -102,7 +102,6 @@ pub fn gen(def: &TypeDef, gen: &Gen) -> TokenStream {

for method in def.methods() {
let name = method_names.add(&method);
// TODO: can we use core::ptr::addr_of to avoid the need for const_fn_fn_ptr_basics?
methods.combine(&quote! { #name: #name::<#(#generics)* Identity, Impl, OFFSET>, });
}

Expand Down

0 comments on commit a08019e

Please sign in to comment.