Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 118cad1

Browse files
committed
ignore code example in comment
1 parent 21e4a08 commit 118cad1

File tree

1 file changed

+1
-1
lines changed
  • src/librustc_mir/borrow_check/nll/region_infer

1 file changed

+1
-1
lines changed

src/librustc_mir/borrow_check/nll/region_infer/values.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ impl<N: Idx> LivenessValues<N> {
183183
///
184184
/// Example:
185185
///
186-
/// ```rust
186+
/// ```text
187187
/// fn foo(x: &'a u32) -> &'a u32 {
188188
/// let y: &'0 u32 = x; // let's call this `'0`
189189
/// y

0 commit comments

Comments
 (0)