Skip to content

Commit a1c10e7

Browse files
Update rust book cfg chapter
1 parent 1532608 commit a1c10e7

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

+2-1
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)