Skip to content

Commit e1ebd0a

Browse files
authored
Rollup merge of rust-lang#49599 - rolfvandekrol:feature/no_ru, r=frewsxcv
Fix typo In `libstd/io/buffered.rs` one example was marked as `no_ru` instead of `no_run`. I assume this is a typo.
2 parents 29ab7d8 + a2a0f21 commit e1ebd0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/io/buffered.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ impl<R: Read> BufReader<R> {
180180
///
181181
/// # Examples
182182
///
183-
/// ```no_ru
183+
/// ```no_run
184184
/// # #![feature(bufreader_buffer)]
185185
/// use std::io::{BufReader, BufRead};
186186
/// use std::fs::File;

0 commit comments

Comments
 (0)