From f4d654d2a265fa3e0a25a94a390148bdb56c899f Mon Sep 17 00:00:00 2001 From: Avery Harnish Date: Tue, 20 Oct 2020 11:35:43 -0500 Subject: [PATCH] fix: remove duplicated "to" (#2682) --- crates/nu-cli/build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/nu-cli/build.rs b/crates/nu-cli/build.rs index 4d6f55e27..54091cff2 100644 --- a/crates/nu-cli/build.rs +++ b/crates/nu-cli/build.rs @@ -5,7 +5,7 @@ fn main() -> Result<(), io::Error> { let out_dir = env::var_os("OUT_DIR").expect( "\ 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\ ");