mirror of
https://github.com/rust-lang/rust.git
synced 2026-03-23 16:25:14 +00:00
Remove unused placeholder
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
use std::{env, path::PathBuf, process::Command};
|
||||
|
||||
fn main() {
|
||||
let _ = set_rerun();
|
||||
set_rerun();
|
||||
|
||||
let rev = rev().unwrap_or_else(|| "???????".to_string());
|
||||
println!("cargo:rustc-env=REV={}", rev)
|
||||
|
||||
Reference in New Issue
Block a user