mirror of
https://github.com/fluencelabs/marine-rs-sdk-test
synced 2024-12-04 15:20:18 +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 _ }
|
||||
}
|
||||
// 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 => {
|
||||
let deref_sign = maybe_deref(ty);
|
||||
quote! { #deref_sign#arg }
|
||||
|
Loading…
Reference in New Issue
Block a user