diff options
| author | bors <bors@rust-lang.org> | 2022-06-26 10:43:30 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2022-06-26 10:43:30 +0000 |
| commit | b74e96f509baf0be70281c55f14cb18fefbc6b22 (patch) | |
| tree | 9284f55e7f0919827d656f2418002dbc36dcd0a0 | |
| parent | 5bb123d97000a85c7a909fe1ab0b981d54c967f2 (diff) | |
| parent | 45b896002a9828bf7d2a2470ebaefe4f14e374e1 (diff) | |
| download | rust-b74e96f509baf0be70281c55f14cb18fefbc6b22.tar.gz rust-b74e96f509baf0be70281c55f14cb18fefbc6b22.zip | |
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 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}; |
