mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 20:45:45 +03:00
Rollup merge of #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.
This commit is contained in:
@@ -180,7 +180,7 @@ pub fn is_empty(&self) -> bool {
|
||||
///
|
||||
/// # Examples
|
||||
///
|
||||
/// ```no_ru
|
||||
/// ```no_run
|
||||
/// # #![feature(bufreader_buffer)]
|
||||
/// use std::io::{BufReader, BufRead};
|
||||
/// use std::fs::File;
|
||||
|
||||
Reference in New Issue
Block a user