We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6283793 + 499ee80 commit fc1d58fCopy full SHA for fc1d58f
CHANGELOG.md
@@ -227,8 +227,8 @@
227
228
### Changed
229
230
-- ❗️ Disallow `[lints]` in virtual workspaces.
231
- 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).
232
[#13155](https://github.com/rust-lang/cargo/pull/13155)
233
- Disallow empty name in several places like package ID spec and `cargo new`.
234
[#13152](https://github.com/rust-lang/cargo/pull/13152)
0 commit comments