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 authored Apr 4, 2018
2 parents 29ab7d8 + a2a0f21 commit e1ebd0a
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 e1ebd0a

Please sign in to comment.