mirror of https://github.com/rust-lang/rfcs.git
rfc, cfg-path-version: fix wording in motivation.
This commit is contained in:
parent
96ec9e7f0a
commit
40bc0f5c95
|
@ -42,10 +42,9 @@ reduce "dependency hell" by enhancing cargo for:
|
||||||
|
|
||||||
[RFC 2483]: https://github.com/rust-lang/rfcs/pull/2483
|
[RFC 2483]: https://github.com/rust-lang/rfcs/pull/2483
|
||||||
|
|
||||||
...not much focus has been given to how you can improve the situation can be
|
...not much focus has been given to how conditional compilation can be improved
|
||||||
improved by enhancing conditional compilation to extend how many versions back
|
to extend how many versions back a crate supports. This becomes critically
|
||||||
a crate supports. This becomes critically important if and when we gain LTS
|
important if and when we gain LTS channels as proposed by [RFC 2483].
|
||||||
channels as proposed by [RFC 2483].
|
|
||||||
|
|
||||||
[version_check]: https://crates.io/crates/version_check
|
[version_check]: https://crates.io/crates/version_check
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue