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
Change docs "inequality" for semver requirement.
I can see how "inequality" may be confusing. I considered a few other words ("operator", "range", "relational"), but settled on "comparison" since it conveys that it is *comparing* against a value. npm uses the term "comparator".
Closes#6958
Problem
The
=
exact-version semver operator is listed under the section "Inequality requirements": https://github.com/rust-lang/cargo/blob/0.35.0/src/doc/src/reference/specifying-dependencies.md#inequality-requirements. I imagine many people would consider=
to be an equality requirement, not inequality. Someone skimming to find the definition of the=
operator may skip over that section.Steps
=
Possible Solution(s)
Rename the section to something like "Equality and inequality requirements" or "Comparison requirements".
Notes
Output of
cargo version
: the link above is to the reference for v0.35.0.The text was updated successfully, but these errors were encountered: