about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTshepang Mbambo <tshepang@gmail.com>2025-05-10 13:07:34 +0200
committerTshepang Mbambo <tshepang@gmail.com>2025-05-10 13:07:34 +0200
commitf1d1ebc1e9fa72ef50ed34abf717bc0136d0fab4 (patch)
tree8b3508da98119239f474062b8ce86bf80035ce15
parent7b9d7fc2d438cb405648210b63f263d4ba3d5a61 (diff)
downloadrust-f1d1ebc1e9fa72ef50ed34abf717bc0136d0fab4.tar.gz
rust-f1d1ebc1e9fa72ef50ed34abf717bc0136d0fab4.zip
last updated a year ago
-rw-r--r--src/doc/rustc-dev-guide/src/ty-fold.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/doc/rustc-dev-guide/src/ty-fold.md b/src/doc/rustc-dev-guide/src/ty-fold.md
index 8e5fe6ccbac..23253022ffe 100644
--- a/src/doc/rustc-dev-guide/src/ty-fold.md
+++ b/src/doc/rustc-dev-guide/src/ty-fold.md
@@ -1,3 +1,4 @@
+<!-- date-check: may 2024 -->
 # `TypeFoldable` and `TypeFolder`
 
 In [a previous chapter], we discussed instantiating binders.