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 bd513fa commit 0f2c9f2Copy full SHA for 0f2c9f2
bindgen/ir/function.rs
@@ -735,7 +735,8 @@ impl ClangSubItemParser for Function {
735
return Err(ParseError::Continue);
736
}
737
if cursor.access_specifier() == CX_CXXPrivate &&
738
- !context.options().generate_private_functions {
+ !context.options().generate_private_functions
739
+ {
740
741
742
@@ -756,7 +757,8 @@ impl ClangSubItemParser for Function {
756
757
758
759
if cursor.is_deleted_function() &&
- !context.options().generate_deleted_functions {
760
+ !context.options().generate_deleted_functions
761
762
763
764
0 commit comments