Skip to content

Commit fddbdeb

Browse files
author
Per Larsen
committed
Fix typo in option handling for rustified non-exhaustive enums
--rustified-non-exhaustive-enums should be --rustified-non-exhaustive-enum Necessary for tests added in parent to pass.
1 parent 5590c44 commit fddbdeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindgen/options/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ options! {
547547
}
548548
}
549549
},
550-
as_args: "--rustified-non-exhaustive-enums",
550+
as_args: "--rustified-non-exhaustive-enum",
551551
},
552552
/// `enum`s marked as modules of constants.
553553
constified_enum_modules: RegexSet {

0 commit comments

Comments
 (0)