about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume.gomez@huawei.com>2024-02-15 12:10:16 +0100
committerGuillaume Gomez <guillaume.gomez@huawei.com>2024-02-15 14:18:19 +0100
commit4085421e9216a64b364d32ea83c5b895e3c8a07b (patch)
tree39901b8f0b2932d9a850884652a6a10a419b3367
parent33e9fc5d8d29dcb94628af18696ed900ebb65077 (diff)
downloadrust-4085421e9216a64b364d32ea83c5b895e3c8a07b.tar.gz
rust-4085421e9216a64b364d32ea83c5b895e3c8a07b.zip
Update rust book cfg chapter
-rw-r--r--src/doc/unstable-book/src/compiler-flags/check-cfg.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/doc/unstable-book/src/compiler-flags/check-cfg.md b/src/doc/unstable-book/src/compiler-flags/check-cfg.md
index bf83f6ad7c5..13027eeaf4f 100644
--- a/src/doc/unstable-book/src/compiler-flags/check-cfg.md
+++ b/src/doc/unstable-book/src/compiler-flags/check-cfg.md
@@ -77,10 +77,11 @@ Those well known names and values follows the same stability as what they refer
 Well known names and values checking is always enabled as long as at least one
 `--check-cfg` argument is present.
 
-As of `2024-01-09T`, the list of known names is as follows:
+As of `2024-02-15T`, the list of known names is as follows:
 
 <!--- See CheckCfg::fill_well_known in compiler/rustc_session/src/config.rs -->
 
+ - `clippy`
  - `debug_assertions`
  - `doc`
  - `doctest`