This commit is contained in:
oxalica 2020-06-19 02:25:07 +08:00
parent bed0b794e5
commit f9ce7cd961
No known key found for this signature in database
GPG Key ID: CED392DE0C483D00

View File

@ -5,7 +5,8 @@
fn main() {
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)
}