Add missing tick for doc
This commit is contained in:
parent
633a2e31ef
commit
f6bd213569
@ -185,7 +185,7 @@ pub enum TyKind<'tcx> {
|
|||||||
/// After typeck, the concrete type can be found in the `types` map.
|
/// After typeck, the concrete type can be found in the `types` map.
|
||||||
Opaque(DefId, SubstsRef<'tcx>),
|
Opaque(DefId, SubstsRef<'tcx>),
|
||||||
|
|
||||||
/// A type parameter; for example, `T` in `fn f<T>(x: T) {}
|
/// A type parameter; for example, `T` in `fn f<T>(x: T) {}`.
|
||||||
Param(ParamTy),
|
Param(ParamTy),
|
||||||
|
|
||||||
/// Bound type variable, used only when preparing a trait query.
|
/// Bound type variable, used only when preparing a trait query.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user