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 64af0ff + 5eb46d9 commit f74855eCopy full SHA for f74855e
src/libstd/env.rs
@@ -442,7 +442,7 @@ impl Error for JoinPathsError {
442
///
443
/// match env::home_dir() {
444
/// Some(ref p) => println!("{}", p.display()),
445
-/// None => println!("Impossible to get your home dir!")
+/// None => println!("Impossible to get your home dir!"),
446
/// }
447
/// ```
448
#[stable(feature = "env", since = "1.0.0")]
0 commit comments