Skip to content

Commit

Permalink
docs(changelog): Clarify lints in virtual workspace error
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Feb 9, 2024
1 parent 6283793 commit 499ee80
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 499ee80

Please sign in to comment.