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

Expose cargo add internals as edit API #11059

Merged
merged 2 commits into from
Sep 14, 2022
Merged

Commits on Sep 13, 2022

  1. Expose cargo add internals as utils

    Move cargo add utils out for future use by other subcommands (namely cargo
    remove, per rust-lang#10520).
    cassaundra committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    dd5d61c View commit details
    Browse the repository at this point in the history
  2. Better document util::toml_mut

    Notable changes:
    - Add/improve module documentation.
    - Add missing item documentation.
    - Add "editable" to `Dependency` and `Manifest` to further distinguish them from
      similarly named items in the library.
    
    Stylistic changes:
    - Terminate doc comments with a period.
    - Wrap doc comments.
    cassaundra committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    d1b041d View commit details
    Browse the repository at this point in the history