diff --git a/rust/cbindgen.toml b/rust/cbindgen.toml index 7a95a45105..ce8471d9b1 100644 --- a/rust/cbindgen.toml +++ b/rust/cbindgen.toml @@ -110,7 +110,7 @@ exclude = [ # * "functions": # # default: [] -item_types = ["structs","opaque","functions"] +item_types = ["enums","structs","opaque","functions"] # Whether applying rules in export.rename prevents export.prefix from applying. #