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
Any other element is a user-defined metadata that will be passed to dependencies.
should instead read
Any other element is a user-defined metadata that will be passed to *dependents*.
The sentence
We’ve also seen a brief example of how a build script can use a crate as a dependency purely for the build process and not for the crate itself at runtime.
should appear at the end of the 2nd case study, not the 1st, where it clearly doesn't apply.
The text was updated successfully, but these errors were encountered:
It looks like this was fixed in rust-lang/cargo#3286; I'm guessing cross-repo "fixes" doesn't automatically close issues :) Please reopen if I'm mistaken! ❤️
Any other element is a user-defined metadata that will be passed to dependencies.
should instead read
Any other element is a user-defined metadata that will be passed to *dependents*.
We’ve also seen a brief example of how a build script can use a crate as a dependency purely for the build process and not for the crate itself at runtime.
should appear at the end of the 2nd case study, not the 1st, where it clearly doesn't apply.
The text was updated successfully, but these errors were encountered: