We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f78e929 + 5a10799 commit 2d3ffcfCopy full SHA for 2d3ffcf
src/cli/self_update.rs
@@ -177,9 +177,9 @@ macro_rules! post_install_msg_win {
177
() => {
178
r"# Rust is installed now. Great!
179
180
-To get started you need Cargo's bin directory ({cargo_home}\\bin) in your `PATH`
181
-environment variable. Future applications will automatically have the
182
-correct environment, but you may need to restart your current shell.
+To get started you need Cargo's bin directory ({cargo_home}\\bin) in
+your `PATH` environment variable. Future applications will automatically
+have the correct environment, but you may need to restart your current shell.
183
"
184
};
185
}
0 commit comments