ignore code example in comment

This commit is contained in:
Niko Matsakis 2018-07-25 22:34:33 +03:00
parent 21e4a0834e
commit 118cad13a5
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ impl<N: Idx> LivenessValues<N> {
///
/// Example:
///
/// ```rust
/// ```text
/// fn foo(x: &'a u32) -> &'a u32 {
/// let y: &'0 u32 = x; // let's call this `'0`
/// y