Fix fmt
This commit is contained in:
parent
bed0b794e5
commit
f9ce7cd961
@ -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)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user