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.
1 parent 5bd9771 commit 3b5ce9cCopy full SHA for 3b5ce9c
bindgen/codegen/mod.rs
@@ -2194,11 +2194,11 @@ impl CodeGenerator for CompInfo {
2194
let generic_param_names = generic_param_names.clone();
2195
quote! {
2196
< #( #generic_param_names ),* >
2197
- }
+ }
2198
} else {
2199
- quote !{}
+ quote! {}
2200
};
2201
-
+
2202
let mut attributes = vec![];
2203
let mut needs_clone_impl = false;
2204
let mut needs_default_impl = false;
0 commit comments