Skip to content

Commit

Permalink
doc: point to nightly cargo doc
Browse files Browse the repository at this point in the history
Nightly doc contains more information and rationale for each item.
It's a better fit for those want to extend Cargo's functionality.
  • Loading branch information
weihanglo committed Jun 7, 2023
1 parent e07efd8 commit 50b4d57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Cargo downloads your Rust project’s dependencies and compiles your project.

[![CI](https://github.com/rust-lang/cargo/actions/workflows/main.yml/badge.svg?branch=auto-cargo)](https://github.com/rust-lang/cargo/actions/workflows/main.yml)

Code documentation: https://docs.rs/cargo/
Code documentation: <https://doc.rust-lang.org/nightly/nightly-rustc/cargo/>

## Installing Cargo

Expand Down

0 comments on commit 50b4d57

Please sign in to comment.