We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 346d54d + 5456414 commit d444913Copy full SHA for d444913
library/std/src/sys/unix/ext/fs.rs
@@ -428,7 +428,7 @@ pub trait MetadataExt {
428
/// ```no_run
429
/// use std::fs;
430
/// use std::os::unix::fs::MetadataExt;
431
- /// use std::io;
+ /// use std::io;
432
///
433
/// fn main() -> io::Result<()> {
434
/// let meta = fs::metadata("some_file")?;
library/std/src/sys/vxworks/ext/fs.rs
@@ -427,7 +427,7 @@ pub trait MetadataExt {
427
0 commit comments