and now funcs work again

This commit is contained in:
Pat Hickey
2020-01-27 20:28:27 -08:00
parent c780421c28
commit 373560b88a
3 changed files with 12 additions and 9 deletions

View File

@@ -34,7 +34,7 @@ pub fn from_witx(args: TokenStream) -> TokenStream {
mod #modname {
use super::WasiCtx;
use super::types::*;
// #(#fs)*
#(#fs)*
#modtrait
}