pacify the mercilous tidy: doc comment for is_identity

This commit is contained in:
Niko Matsakis 2018-08-09 13:07:23 -04:00
parent beb3374b1c
commit 6f73127458

View File

@ -346,7 +346,7 @@ pub type CanonicalSubsts<'gcx> = Canonical<'gcx, &'gcx Substs<'gcx>>;
impl<'gcx> CanonicalSubsts<'gcx> {
/// True if this represents a substitution like
///
/// ```ignore
/// ```text
/// [?0, ?1, ?2]
/// ```
///