Unnamed repository; edit this file 'description' to name the repository.
Auto merge of #12638 - buffet:fix-typo, r=flodiebold
Fix typo in build.rs
| -rw-r--r-- | crates/rust-analyzer/build.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/rust-analyzer/build.rs b/crates/rust-analyzer/build.rs index 292a7ad70a..15935e2da8 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}; |