Skip to content

Commit

Permalink
fix: Add warning group alternative
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Sep 19, 2023
1 parent 1da77ae commit 9fc4a76
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions text/3491-remove-implicit-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,10 @@ another features
# Rationale and alternatives
[rationale-and-alternatives]: #rationale-and-alternatives

Instead of a `cargo::rust-202X-compatibility` group, we could put this in
`rust-202X-compatibility` so there is one less group to enable to prepare for
the next edition at the risk of user confusion over a "rust" lint controllin cargo.

Instead of an error, optional dependencies could be
- Make optional dependencies private features ([RFC #3487](https://github.com/rust-lang/rfcs/pull/3487))
- Seems like the need for this would be relatively low and be less obvious
Expand Down

0 comments on commit 9fc4a76

Please sign in to comment.