]> git.lizzy.rs Git - rust.git/commit - src/tools/rust-analyzer
Rollup merge of #75685 - nixphix:docs/unix-ext, r=jyn514
authorYuki Okushi <huyuumi.dev@gmail.com>
Wed, 19 Aug 2020 06:54:39 +0000 (15:54 +0900)
committerGitHub <noreply@github.com>
Wed, 19 Aug 2020 06:54:39 +0000 (15:54 +0900)
commit07ea340e89a4938a26039bceac6dbc1376978a48
tree54f153779798d43bf66667e385982b6d2f9f9711
parent98f7d882c8ebd4e505fc407ed261b48c2f54c697
parent63d2e9b05f98ff49d593cc392cb31c8d82552726
Rollup merge of #75685 - nixphix:docs/unix-ext, r=jyn514

Switch to intra-doc links in /src/sys/unix/ext/*.rs

Partial fix for #75080

@rustbot modify labels: T-doc, A-intra-doc-links, T-rustdoc

r? @jyn514

These two links are not resolving to either `crate::fs::File...` or `fs::File...`
```
# unix/ext/fs.rs
   27:    /// [`File::read`]: ../../../../std/fs/struct.File.html#method.read

  130:   /// [`File::write`]: ../../../../std/fs/struct.File.html#method.write
```