Skip to content

Commit 2f5f873

Browse files
committed
fix: Add clarification that an example is only an example
1 parent e1230cd commit 2f5f873

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

text/3389-manifest-lint.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,11 @@ avoid-breaking-exported-api = true
378378
Tools will need `cargo metadata` to report the `lints` table so they can read
379379
it without re-implementing workspace inheritance.
380380

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+
381386
## Packages overriding inherited lints
382387

383388
Currently, it is a hard error to mix `workspace = true` and lints. We could

0 commit comments

Comments
 (0)