mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-15 13:52:59 +00:00
Remove unused placeholder
This commit is contained in:
parent
b21ead6ede
commit
d70ddec746
@ -3,7 +3,7 @@
|
|||||||
use std::{env, path::PathBuf, process::Command};
|
use std::{env, path::PathBuf, process::Command};
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
let _ = set_rerun();
|
set_rerun();
|
||||||
|
|
||||||
let rev = rev().unwrap_or_else(|| "???????".to_string());
|
let rev = rev().unwrap_or_else(|| "???????".to_string());
|
||||||
println!("cargo:rustc-env=REV={}", rev)
|
println!("cargo:rustc-env=REV={}", rev)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user