mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +00:00
Remove unused placeholder
This commit is contained in:
parent
b21ead6ede
commit
d70ddec746
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue