Fix typo in docs
This commit is contained in:
parent
e74f50ecc2
commit
be72beca68
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ fn associated_item_for_impl_trait_in_trait(
|
|||
trait_assoc_ty.def_id()
|
||||
}
|
||||
|
||||
/// Given an `trait_assoc_def_id` that corresponds to a previously synthethized impl trait in trait
|
||||
/// Given an `trait_assoc_def_id` that corresponds to a previously synthesized impl trait in trait
|
||||
/// into an associated type and an `impl_def_id` corresponding to an impl block, create and return
|
||||
/// the corresponding associated item inside the impl block.
|
||||
fn impl_associated_item_for_impl_trait_in_trait(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue