mirror of
https://github.com/nushell/nushell.git
synced 2025-04-17 01:38:19 +02:00
fix: remove duplicated "to" (#2682)
This commit is contained in:
parent
5725e55abb
commit
f4d654d2a2
@ -5,7 +5,7 @@ fn main() -> Result<(), io::Error> {
|
|||||||
let out_dir = env::var_os("OUT_DIR").expect(
|
let out_dir = env::var_os("OUT_DIR").expect(
|
||||||
"\
|
"\
|
||||||
OUT_DIR environment variable not found. \
|
OUT_DIR environment variable not found. \
|
||||||
OUT_DIR is guaranteed to to exist in a build script by cargo - see \
|
OUT_DIR is guaranteed to exist in a build script by cargo - see \
|
||||||
https://doc.rust-lang.org/cargo/reference/environment-variables.html#environment-variables-cargo-sets-for-build-scripts\
|
https://doc.rust-lang.org/cargo/reference/environment-variables.html#environment-variables-cargo-sets-for-build-scripts\
|
||||||
");
|
");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user