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.
1 parent 7050161 commit 5a10799Copy full SHA for 5a10799
src/cli/self_update.rs
@@ -168,9 +168,9 @@ macro_rules! post_install_msg_win {
168
() => {
169
r"# Rust is installed now. Great!
170
171
-To get started you need Cargo's bin directory ({cargo_home}\\bin) in your `PATH`
172
-environment variable. Future applications will automatically have the
173
-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.
174
"
175
};
176
}
0 commit comments