We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1230cd commit 2f5f873Copy full SHA for 2f5f873
text/3389-manifest-lint.md
@@ -378,6 +378,11 @@ avoid-breaking-exported-api = true
378
Tools will need `cargo metadata` to report the `lints` table so they can read
379
it without re-implementing workspace inheritance.
380
381
+**Note:** At this time, there is no lint configuration for clippy, just tool
382
+configuration. `lints.clippy.cyclomatic_complexity` exists for illustrative
383
+purposes of what linters could support and is not indicative of any future
384
+plans for clippy itself.
385
+
386
## Packages overriding inherited lints
387
388
Currently, it is a hard error to mix `workspace = true` and lints. We could
0 commit comments