Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert many files to intra-doc links #76235

Merged
merged 5 commits into from
Sep 3, 2020
Merged

Commits on Sep 2, 2020

  1. Configuration menu
    Copy the full SHA
    cafab51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    726b187 View commit details
    Browse the repository at this point in the history
  3. Convert many files to intra-doc links

    - Use intra-doc links for `std::io` in `std::fs`
    - Use intra-doc links for File::read in unix/ext/fs.rs
    - Remove explicit intra-doc links for `true` in `net/addr.rs`
    - Use intra-doc links in alloc/src/sync.rs
    - Use intra-doc links in src/ascii.rs
    - Switch to intra-doc links in alloc/rc.rs
    - Use intra-doc links in core/pin.rs
    - Use intra-doc links in std/prelude
    - Use shorter links in `std/fs.rs`
    
      `io` is already in scope.
    jyn514 committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    59a1a05 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    44bacc3 View commit details
    Browse the repository at this point in the history
  5. Fix incorrect link in prelude

    jyn514 committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    bb10347 View commit details
    Browse the repository at this point in the history