mirror of
https://github.com/fluencelabs/marine-rs-sdk-test
synced 2024-12-04 23:30:18 +00:00
fix a typo
This commit is contained in:
parent
c5347cf1c1
commit
71b84799bb
@ -42,7 +42,7 @@ impl ForeignModArgGlueCodeGenerator for ParsedType {
|
||||
quote! { #deref_sign#arg as _ }
|
||||
}
|
||||
// this branch shouldn't be unite with booleans because otherwise
|
||||
// conversions errors could be lost due to as _
|
||||
// conversion errors could be lost due to using `as _`
|
||||
ty => {
|
||||
let deref_sign = maybe_deref(ty);
|
||||
quote! { #deref_sign#arg }
|
||||
|
Loading…
Reference in New Issue
Block a user