Skip to content

Commit a339865

Browse files
committed
rather don't use exhaustive versions
1 parent 7029446 commit a339865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oqs-sys/build.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ fn generate_bindings(outdir: &PathBuf, headerfile: &str, filter: &str) {
1212
// included header files changed.
1313
.parse_callbacks(Box::new(bindgen::CargoCallbacks))
1414
// Options
15-
.default_enum_style(bindgen::EnumVariation::Rust { non_exhaustive: true })
15+
.default_enum_style(bindgen::EnumVariation::Rust { non_exhaustive: false })
1616
.size_t_is_usize(true)
1717
// Whitelist OQS stuff
1818
.whitelist_recursively(false)

0 commit comments

Comments
 (0)