Conversation
|
looks like you have some broken links |
|
Indeed. I'll fix this as soon as I can. |
src/libstd/sys/unix/ext/fs.rs
Outdated
There was a problem hiding this comment.
Missing closing ``` for all of these examples.
6ca517d to
6c55050
Compare
|
Added missing |
src/libstd/sys/unix/ext/fs.rs
Outdated
There was a problem hiding this comment.
There are still broken links (not enough ../)
[01:12:39] std/os/unix/fs/trait.DirEntryExt.html:54: broken link - std/std/fs/struct.DirEntry.html
[01:12:39] std/os/unix/fs/index.html:59: broken link - std/std/fs/struct.DirBuilder.html
[01:12:39] std/os/unix/fs/index.html:66: broken link - std/std/fs/struct.DirEntry.html
[01:12:39] std/os/unix/fs/index.html:73: broken link - std/std/fs/struct.File.html
[01:12:39] std/os/unix/fs/trait.FileExt.html:55: broken link - std/std/fs/struct.File.html
[01:12:39] std/os/unix/fs/trait.DirBuilderExt.html:54: broken link - std/std/fs/struct.DirBuilder.html
There was a problem hiding this comment.
Forgot a .. once again...
6c55050 to
b678e59
Compare
|
Fixed. |
src/libstd/sys/unix/ext/fs.rs
Outdated
There was a problem hiding this comment.
Can you import the trait from std::os::unix::fs::FileTypeExt instead?
There was a problem hiding this comment.
same goes for the other imports in these examples
frewsxcv
left a comment
There was a problem hiding this comment.
r=me with @QuietMisdreavus's comment (and maybe mine) addressed. nice work! ✨
src/libstd/sys/unix/ext/fs.rs
Outdated
There was a problem hiding this comment.
onder if this might be better worded as:
/// Add support for special unix types (block/char device, fifo and socket).
src/libstd/sys/unix/ext/fs.rs
Outdated
There was a problem hiding this comment.
same goes for the other imports in these examples
b678e59 to
cef0573
Compare
|
@bors: r=frewsxcv rollup |
|
📌 Commit cef0573 has been approved by |
…ks, r=frewsxcv Add missing links and examples r? @rust-lang/docs
r? @rust-lang/docs