Skip to content

Commit

Permalink
Rollup merge of rust-lang#49599 - rolfvandekrol:feature/no_ru, r=frew…
Browse files Browse the repository at this point in the history
…sxcv

Fix typo

In `libstd/io/buffered.rs` one example was marked as `no_ru` instead of `no_run`. I assume this is a typo.
  • Loading branch information
kennytm committed Apr 3, 2018
2 parents cb36b2c + a2a0f21 commit 78e0254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/io/buffered.rs
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ impl<R: Read> BufReader<R> {
///
/// # Examples
///
/// ```no_ru
/// ```no_run
/// # #![feature(bufreader_buffer)]
/// use std::io::{BufReader, BufRead};
/// use std::fs::File;
Expand Down

0 comments on commit 78e0254

Please sign in to comment.