File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -209,15 +209,15 @@ but will not be added automatically."
209
209
#[ cfg( not( windows) ) ]
210
210
macro_rules! post_install_msg_unix {
211
211
( ) => {
212
- r"# Rust is installed now. Great!
212
+ r# "# Rust is installed now. Great!
213
213
214
214
To get started you may need to restart your current shell.
215
215
This would reload your `PATH` environment variable to include
216
216
Cargo's bin directory ({cargo_home}/bin).
217
217
218
218
To configure your current shell, run:
219
- source {cargo_home}/env
220
- "
219
+ source " {cargo_home}/env"
220
+ "#
221
221
} ;
222
222
}
223
223
@@ -237,14 +237,14 @@ Cargo's bin directory ({cargo_home}\\bin).
237
237
#[ cfg( not( windows) ) ]
238
238
macro_rules! post_install_msg_unix_no_modify_path {
239
239
( ) => {
240
- r"# Rust is installed now. Great!
240
+ r# "# Rust is installed now. Great!
241
241
242
242
To get started you need Cargo's bin directory ({cargo_home}/bin) in your `PATH`
243
243
environment variable. This has not been done automatically.
244
244
245
245
To configure your current shell, run:
246
- source {cargo_home}/env
247
- "
246
+ source " {cargo_home}/env"
247
+ "#
248
248
} ;
249
249
}
250
250
You can’t perform that action at this time.
0 commit comments