Skip to content

Commit 16912fe

Browse files
epagexStrom
andauthored
fix: Clarify language
Co-authored-by: Kaur Kuut <strom@nevermore.ee>
1 parent a8a3c1e commit 16912fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

text/3537-msrv-resolver.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -936,8 +936,8 @@ Misc alternatives
936936
relatively low and they are more likely to be "in the know",
937937
making them less likely to be negatively affected by this.
938938
Therefore, we could probably get away with treating this as a minor incompatibility
939-
- Either way, the big care about is there being attention drawn to the change.
940-
We couldn't want this to be like sparse registries where a setting exists and we change the default and people hardly notice (besides any improvements)
939+
- Either way, the concern is to ensure that the change receives attention.
940+
We wouldn't want this to be like sparse registries where a setting exists and we change the default and people hardly notice (besides any improvements)
941941
- `cargo build` will treat incompatible MSRVs as a workspace-level lint, rather than a package level lint, to avoid the complexity of mapping the dependency to a workspace-member to select `[lint]` tables to respect and then dealing with unifying conflicting levels in between `[lint]` tables among members.
942942
- `--ignore-rust-version` picks absolutely the latest dependencies to support both users on latest rustc and users wanting "unsupported" dependencies, at the cost of users not on the latest rustc but still wanting latest more up-to-date dependencies than their MSRV allows
943943
- Compilation commands (e.g. `cargo check`) will take on two meanings for `--ignore-rust-version`, (1) `allow` the workspace diagnostic and (2) resolve changed dependencies to latest when syncing `Cargo.toml` to `Cargo.lock`.

0 commit comments

Comments
 (0)