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 f6f050d commit 5eb46d9Copy full SHA for 5eb46d9
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