summaryrefslogtreecommitdiffstats
path: root/src/doc/rustc-dev-guide/ci/date-check/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/doc/rustc-dev-guide/ci/date-check/src/main.rs')
-rw-r--r--src/doc/rustc-dev-guide/ci/date-check/src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/ci/date-check/src/main.rs b/src/doc/rustc-dev-guide/ci/date-check/src/main.rs
index 70fce8b1c..d9e8145a3 100644
--- a/src/doc/rustc-dev-guide/ci/date-check/src/main.rs
+++ b/src/doc/rustc-dev-guide/ci/date-check/src/main.rs
@@ -170,7 +170,7 @@ fn main() {
for (path, dates) in dates_by_file {
println!(
- "- [ ] {}",
+ "- {}",
path.strip_prefix(&root_dir_path).unwrap_or(&path).display(),
);
for (line, date) in dates {