with codegen output

This commit is contained in:
2023-01-29 15:23:03 +01:00
parent e5874141b3
commit 0bf6b0e91e
5 changed files with 31 additions and 5 deletions

View File

@@ -30,7 +30,7 @@ impl Handler for Scalar {
let name = t.name.as_ref().ok_or(eyre::anyhow!("name not found"))?;
Ok(quote! {
pub struct $name (Scalar);
pub struct $name(Scalar);
})
}