From 45b896002a9828bf7d2a2470ebaefe4f14e374e1 Mon Sep 17 00:00:00 2001 From: buffet Date: Sun, 26 Jun 2022 10:09:45 +0000 Subject: [PATCH] Fix typo in build.rs --- crates/rust-analyzer/build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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};