mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-05 11:48:30 +00:00
Fix fmt
This commit is contained in:
parent
bed0b794e5
commit
f9ce7cd961
@ -5,7 +5,8 @@ use std::{env, path::PathBuf, process::Command};
|
|||||||
fn main() {
|
fn main() {
|
||||||
set_rerun();
|
set_rerun();
|
||||||
|
|
||||||
let rev = env::var("RUST_ANALYZER_REV").ok().or_else(rev).unwrap_or_else(|| "???????".to_string());
|
let rev =
|
||||||
|
env::var("RUST_ANALYZER_REV").ok().or_else(rev).unwrap_or_else(|| "???????".to_string());
|
||||||
println!("cargo:rustc-env=REV={}", rev)
|
println!("cargo:rustc-env=REV={}", rev)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user