forked from loafle/openapi-generator-original
Add missing keywords in rust (#5244)
This commit is contained in:
@@ -114,7 +114,7 @@ public class RustClientCodegen extends DefaultCodegen implements CodegenConfig {
|
||||
"Self", "self", "sizeof", "static", "struct",
|
||||
"super", "trait", "true", "type", "typeof",
|
||||
"unsafe", "unsized", "use", "virtual", "where",
|
||||
"while", "yield"
|
||||
"while", "yield", "async", "await", "dyn", "try"
|
||||
)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user