Skip to content

Commit

Permalink
fixup! Josh preparations
Browse files Browse the repository at this point in the history
  • Loading branch information
flip1995 committed May 2, 2024
1 parent ca339d2 commit 0440d0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clippy_dev/src/sync.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ fn rustc_version() -> String {
.stdout,
)
.unwrap();
println!("rustc version: {}", version.trim());
version
.lines()
.find(|line| line.starts_with("commit-hash:"))
Expand Down

0 comments on commit 0440d0e

Please sign in to comment.