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 f1a3e12 commit 21f40b0Copy full SHA for 21f40b0
src/build.rs
@@ -28,7 +28,7 @@ use crate::{CheckoutNotificationType, DiffFile, FileMode, Remote};
28
/// Cred::ssh_key(
29
/// username_from_url.unwrap(),
30
/// None,
31
-/// std::path::Path::new(&format!("{}/.ssh/id_rsa", env::var("HOME").unwrap())),
+/// Path::new(&format!("{}/.ssh/id_rsa", env::var("HOME").unwrap())),
32
33
/// )
34
/// });
0 commit comments