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 e932199 commit 572238eCopy full SHA for 572238e
bindgen/ir/function.rs
@@ -732,7 +732,8 @@ impl ClangSubItemParser for Function {
732
return Err(ParseError::Continue);
733
}
734
if cursor.access_specifier() == CX_CXXPrivate &&
735
- !context.options().generate_private_functions {
+ !context.options().generate_private_functions
736
+ {
737
738
739
@@ -753,7 +754,8 @@ impl ClangSubItemParser for Function {
753
754
755
756
if cursor.is_deleted_function() &&
- !context.options().generate_deleted_functions {
757
+ !context.options().generate_deleted_functions
758
759
760
761
0 commit comments