From 6b6f92d4bc50dfcfa62010122182b91f1ca40530 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Tue, 17 May 2022 18:59:27 +0200 Subject: [PATCH] I cannot type --- rustup-toolchain | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rustup-toolchain b/rustup-toolchain index 7fdcdabcee..59ce6f85a0 100755 --- a/rustup-toolchain +++ b/rustup-toolchain @@ -46,5 +46,5 @@ rustup override set miri cargo clean # Call 'cargo metadata' on the sources in case that changes the lockfile -# (which fails under soem setups when it is done from inside vscode). +# (which fails under some setups when it is done from inside vscode). cargo metadata --format-version 1 --manifest-path "$(rustc --print sysroot)/lib/rustlib/rustc-src/rust/compiler/rustc/Cargo.toml" >/dev/null