mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-17 01:13:11 +00:00
ignore code example in comment
This commit is contained in:
parent
21e4a0834e
commit
118cad13a5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user