remove the await on tram_db call

This commit is contained in:
mbecker20
2024-03-24 02:28:02 -07:00
parent c9720c15b9
commit 475f0438f9
69 changed files with 871 additions and 413 deletions

View File

@@ -10,5 +10,17 @@
"\t}",
"}"
]
},
"static": {
"scope": "rust",
"prefix": "static",
"body": [
"fn ${1}() -> &'static ${2} {",
"\tstatic ${3}: OnceLock<${2}> = OnceLock::new();",
"\t${3}.get_or_init(|| {",
"\t\t${0}",
"\t})",
"}"
]
}
}