diff --git a/crates/rust-analyzer/build.rs b/crates/rust-analyzer/build.rs index 292a7ad70ae..15935e2da8d 100644 --- a/crates/rust-analyzer/build.rs +++ b/crates/rust-analyzer/build.rs @@ -1,4 +1,4 @@ -//! Construct version in the `commit-hash date chanel` format +//! Construct version in the `commit-hash date channel` format use std::{env, path::PathBuf, process::Command};