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 c9d7129 commit 98bbf70Copy full SHA for 98bbf70
crates/completest-pty/src/lib.rs
@@ -186,7 +186,6 @@ PS1='% '
186
Self::with_home(bin_root, home)
187
}
188
189
- /// Reuse an existing runtime's home
190
/// Reuse an existing runtime's home
191
pub fn with_home(bin_root: PathBuf, home: PathBuf) -> std::io::Result<Self> {
192
let config_path = home.join(".bashrc");
0 commit comments