diff options
| author | mat <github@matdoes.dev> | 2022-05-25 00:21:05 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-05-25 00:21:05 -0500 |
| commit | 479c05474704a5a2f68b79468d2cde05c0ceec62 (patch) | |
| tree | 59e7192b74caac1566993b202419824993167df0 /codegen/lib/code/utils.py | |
| parent | fb3b002d94076de463e2af776666387db9e75835 (diff) | |
| download | azalea-drasl-479c05474704a5a2f68b79468d2cde05c0ceec62.tar.xz | |
Migrate might be working
Diffstat (limited to 'codegen/lib/code/utils.py')
| -rw-r--r-- | codegen/lib/code/utils.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/codegen/lib/code/utils.py b/codegen/lib/code/utils.py index 92d1a9e9..28a5ef3c 100644 --- a/codegen/lib/code/utils.py +++ b/codegen/lib/code/utils.py @@ -1,6 +1,8 @@ import os +# utilities specifically for codegen + def burger_type_to_rust_type(burger_type): is_var = False |
