You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description of the problem: As per rust-lang/cargo#6378, new crates initialized in workspaces are automatically added into the workspaces' Cargo.tomlmembers list. However, current instructions contain redundant actions to manually add the member crate names into the members list.
Suggested fix: Remove the redundant manual Cargo.toml editing, and instead show and explain how Cargo does that automatically for the user.
The text was updated successfully, but these errors were encountered:
main
branch to see if this has already been fixed, in this file:URL to the section(s) of the book with this problem: https://doc.rust-lang.org/book/ch14-03-cargo-workspaces.html
Description of the problem: As per rust-lang/cargo#6378, new crates initialized in workspaces are automatically added into the workspaces'
Cargo.toml
members
list. However, current instructions contain redundant actions to manually add the member crate names into themembers
list.Suggested fix: Remove the redundant manual
Cargo.toml
editing, and instead show and explain how Cargo does that automatically for the user.The text was updated successfully, but these errors were encountered: