Skip to content

Commit 2ab86f0

Browse files
committed
Add a tracking issue for file_buffered
1 parent 963cefb commit 2ab86f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

std/src/fs.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ impl File {
405405
/// Ok(())
406406
/// }
407407
/// ```
408-
#[unstable(feature = "file_buffered", issue = "none")]
408+
#[unstable(feature = "file_buffered", issue = "130804")]
409409
pub fn open_buffered<P: AsRef<Path>>(path: P) -> io::Result<io::BufReader<File>> {
410410
// Allocate the buffer *first* so we don't affect the filesystem otherwise.
411411
let buffer = io::BufReader::<Self>::try_new_buffer()?;
@@ -473,7 +473,7 @@ impl File {
473473
/// Ok(())
474474
/// }
475475
/// ```
476-
#[unstable(feature = "file_buffered", issue = "none")]
476+
#[unstable(feature = "file_buffered", issue = "130804")]
477477
pub fn create_buffered<P: AsRef<Path>>(path: P) -> io::Result<io::BufWriter<File>> {
478478
// Allocate the buffer *first* so we don't affect the filesystem otherwise.
479479
let buffer = io::BufWriter::<Self>::try_new_buffer()?;

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy