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