Skip to content

Commit 59ebeb8

Browse files
committed
put back line numbers
1 parent 042592d commit 59ebeb8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci/date-check/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ fn main() {
159159
let url = format!(
160160
"https://github.com/rust-lang/rustc-dev-guide/blob/main/{path}?plain=1#L{line}"
161161
);
162-
println!(" - [ ] [{date}]({url})");
162+
println!(" - [ ] {date} [line {line}]({url})");
163163
}
164164
}
165165
println!();

0 commit comments

Comments
 (0)