Skip to content

Commit 6f73127

Browse files
committed
pacify the mercilous tidy: doc comment for is_identity
1 parent beb3374 commit 6f73127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/ty/subst.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ pub type CanonicalSubsts<'gcx> = Canonical<'gcx, &'gcx Substs<'gcx>>;
346346
impl<'gcx> CanonicalSubsts<'gcx> {
347347
/// True if this represents a substitution like
348348
///
349-
/// ```ignore
349+
/// ```text
350350
/// [?0, ?1, ?2]
351351
/// ```
352352
///

0 commit comments

Comments
 (0)