Skip to content

Commit bad5fdf

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 20238ef + a2a0f21 commit bad5fdf

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
@@ -186,7 +186,7 @@ impl<R: Read> BufReader<R> {
186186
///
187187
/// # Examples
188188
///
189-
/// ```no_ru
189+
/// ```no_run
190190
/// # #![feature(bufreader_buffer)]
191191
/// use std::io::{BufReader, BufRead};
192192
/// use std::fs::File;

0 commit comments

Comments
 (0)