remove unnecessary string clone

This commit is contained in:
Dustin J. Mitchell
2022-01-24 04:12:58 +00:00
parent 65082c26e7
commit 40f30c6d89
4 changed files with 104 additions and 16 deletions

View File

@@ -10,6 +10,7 @@ fn main() {
.with_language(Language::C)
.with_config(Config {
cpp_compat: true,
usize_is_size_t: true,
enumeration: EnumConfig {
// this appears to still default to true for C
enum_class: false,