Skip to content

Commit 870127e

Browse files
Update rust book cfg chapter
1 parent 390f2b2 commit 870127e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/doc/unstable-book/src/compiler-flags/check-cfg.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,11 @@ Those well known names and values follows the same stability as what they refer
7777
Well known names and values checking is always enabled as long as at least one
7878
`--check-cfg` argument is present.
7979
80-
As of `2024-01-09T`, the list of known names is as follows:
80+
As of `2024-02-15T`, the list of known names is as follows:
8181
8282
<!--- See CheckCfg::fill_well_known in compiler/rustc_session/src/config.rs -->
8383
84+
- `clippy`
8485
- `debug_assertions`
8586
- `doc`
8687
- `doctest`

0 commit comments

Comments
 (0)