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

Fix rustdoc warnings #9468

Merged
merged 4 commits into from
May 11, 2021
Merged

Fix rustdoc warnings #9468

merged 4 commits into from
May 11, 2021

Commits on May 9, 2021

  1. Remove rustdoc warnings for core::features

    Link `CliUnstable::add` just to `CliUnstable` instead.
    
    Signed-off-by: Paul Mabileau <paulmabileau@hotmail.fr>
    PaulDance committed May 9, 2021
    Configuration menu
    Copy the full SHA
    d7122e6 View commit details
    Browse the repository at this point in the history
  2. Fix rustdoc warnings for RegistrySource and RegistryData

    Inline the link targets directly in the text.
    
    Signed-off-by: Paul Mabileau <paulmabileau@hotmail.fr>
    PaulDance committed May 9, 2021
    Configuration menu
    Copy the full SHA
    acf1576 View commit details
    Browse the repository at this point in the history
  3. Resolve doc warnings for RegistryData

    Specify `Self::finish_download` instead of just `finish_download` and
    link to `crate::core::package::Downloads` instead of `Download` as
    `Downloads` is the public one, does the actual stuff and `Download` only
    stores data.
    
    Signed-off-by: Paul Mabileau <paulmabileau@hotmail.fr>
    PaulDance committed May 9, 2021
    Configuration menu
    Copy the full SHA
    2daf97c View commit details
    Browse the repository at this point in the history
  4. Fix doc warnings for cargo-util::paths

    Add parentheses to disambiguate from `write!`.
    
    Signed-off-by: Paul Mabileau <paulmabileau@hotmail.fr>
    PaulDance committed May 9, 2021
    Configuration menu
    Copy the full SHA
    9ea1cbd View commit details
    Browse the repository at this point in the history