File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 235
235
- External subcommands can now inherit jobserver file descriptors from Cargo.
236
236
[ #10511 ] ( https://github.com/rust-lang/cargo/pull/10511 )
237
237
- Added an API documentation for private items in cargo-the-library. See
238
- < https://doc.crates.io/contrib/apidoc /cargo > .
238
+ < https://doc.rust-lang.org/nightly/nightly-rustc /cargo > .
239
239
[ #11019 ] ( https://github.com/rust-lang/cargo/pull/11019 )
240
240
241
241
### Changed
Original file line number Diff line number Diff line change 14
14
//! There are two places you can find API documentation of cargo-the-library,
15
15
//!
16
16
//! - <https://docs.rs/cargo> and
17
- //! - <https://doc.crates.io/contrib/apidoc /cargo>.
17
+ //! - <https://doc.rust-lang.org/nightly/nightly-rustc /cargo>.
18
18
//!
19
19
//! Each of them targets on a slightly different audience.
20
20
//!
33
33
//!
34
34
//! ## For Cargo contributors
35
35
//!
36
- //! The documentation on <https://doc.crates.io/contrib/apidoc /cargo> contains all items in Cargo.
36
+ //! The documentation on <https://doc.rust-lang.org/nightly/nightly-rustc /cargo> contains all items in Cargo.
37
37
//! Contributors of Cargo may find it useful as a reference of Cargo's implementation details.
38
38
//! It's built with `--document-private-items` rustdoc flag,
39
39
//! so you might expect to see some noise and strange items here.
You can’t perform that action at this time.
0 commit comments