We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b89d532 commit d66ccfeCopy full SHA for d66ccfe
trait-variant/src/variant.rs
@@ -125,7 +125,7 @@ fn mk_variant(
125
quote! { #variant }
126
}
127
128
-// Transforms a one item declaration within the definition if it has `async fn` and/or `-> impl Trait` return types by adding new bounds.
+// Transforms one item declaration within the definition if it has `async fn` and/or `-> impl Trait` return types by adding new bounds.
129
fn transform_item(item: &TraitItem, bounds: &Vec<TypeParamBound>) -> TraitItem {
130
let TraitItem::Fn(fn_item @ TraitItemFn { sig, .. }) = item else {
131
return item.clone();
0 commit comments