diff --git a/runtime/indent/rust.vim b/runtime/indent/rust.vim
index 2a660bcc7..662c9e766 100644
--- a/runtime/indent/rust.vim
+++ b/runtime/indent/rust.vim
@@ -3,7 +3,7 @@
" Author: Chris Morgan <m...@chrismorgan.info>
" Last Change: 2023-09-11
" 2024 Jul 04 by Vim Project: use shiftwidth() instead of hard-coding shifted values #15138
-" 2025 Dec 28 by Vim Project: clean up, handle opening empty line correctly #18974
+" 2025 Dec 29 by Vim Project: clean up