change comment

This commit is contained in:
vms 2021-04-12 22:25:08 +03:00
parent 71b84799bb
commit e8f4b15df2

View File

@ -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 }