Skip to content

Commit

Permalink
Auto merge of rust-lang#13425 - epage:changelog, r=weihanglo
Browse files Browse the repository at this point in the history
docs(changelog): Clarify lints in virtual workspace error

Inspired by a conversation at rust-lang#13155
  • Loading branch information
bors committed Feb 9, 2024
2 parents 6283793 + 499ee80 commit fc1d58f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,8 @@

### Changed

- ❗️ Disallow `[lints]` in virtual workspaces.
This was an overlook and `[lints]` in virtual workspaces always has no effect.
- ❗️ Disallow `[lints]` in virtual workspaces as they are ignored and users likely meant `[workspace.lints]`.
This was an oversight in the initial implementation (e.g. a `[dependencies]` produces the same error).
[#13155](https://github.com/rust-lang/cargo/pull/13155)
- Disallow empty name in several places like package ID spec and `cargo new`.
[#13152](https://github.com/rust-lang/cargo/pull/13152)
Expand Down

0 comments on commit fc1d58f

Please sign in to comment.