Skip to content

Commit 3543967

Browse files
committed
fix: Be explicit that lint configuration is a future possibility
1 parent 2f5f873 commit 3543967

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

text/3389-manifest-lint.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -388,8 +388,9 @@ plans for clippy itself.
388388
Currently, it is a hard error to mix `workspace = true` and lints. We could
389389
open this up in the future for the package to override lints from the
390390
workspace. This would not be a breaking change as we'd be changing an error
391-
case into a working case. We'd need to ensure we had a path forward for the
392-
semantics for configurable lints.
391+
case into a working case. We should consider the possibility of adding
392+
configurable lints in the future and what that would look like with
393+
overridin of lints.
393394

394395
## Extending the syntax to `.cargo/config.toml`
395396

0 commit comments

Comments
 (0)