mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-14 14:13:58 +00:00
Fix typo in build.rs
This commit is contained in:
parent
5bb123d970
commit
45b896002a
1 changed files with 1 additions and 1 deletions
|
@ -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};
|
||||
|
||||
|
|
Loading…
Reference in a new issue