mirror of
https://github.com/kjuulh/dagger-rs.git
synced 2025-08-04 06:43:26 +02:00
with codegen output
This commit is contained in:
@@ -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);
|
||||
})
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user