Add `` to variable name in docs

This commit is contained in:
Santiago Pastorino 2020-11-20 17:45:20 -03:00
parent f76d6e0139
commit aa1cafd407
No known key found for this signature in database
GPG Key ID: 8131A24E0C79EFAF

View File

@ -52,7 +52,7 @@ pub trait AstConv<'tcx> {
/// Returns predicates in scope of the form `X: Foo<T>`, where `X`
/// is a type parameter `X` with the given id `def_id` and T
/// matches assoc_name. This is a subset of the full set of
/// matches `assoc_name`. This is a subset of the full set of
/// predicates.
///
/// This is used for one specific purpose: resolving "short-hand"