fix: Typo

Co-authored-by: Kaur Kuut <strom@nevermore.ee>
This commit is contained in:
Ed Page 2024-02-27 10:22:31 -06:00 committed by GitHub
parent 55ca765024
commit 1529093726
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1175,7 +1175,7 @@ The config field is fairly rough
- Maybe enumeration, like `resolver.rust-version = <manifest|toolchain|ignore>`?
`rust-version = "tbd-name-representing-currently-running-rust-toolchain"`'s field name is unsettled and deciding on it is not blocking for stabilization.
Ideally, we make it clear that this this is not inferred from syntax,
Ideally, we make it clear that this is not inferred from syntax,
that this is the currently running toolchain,
that we ignore pre-release toolchains,
and the name works well for resolver config if we decide to add "resolve to toolchain version" and want these to be consistent.