We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5871380 commit bee9c80Copy full SHA for bee9c80
1 file changed
crates/completest-pty/src/lib.rs
@@ -183,7 +183,6 @@ PS1='% '
183
Self::with_home(bin_root, home)
184
}
185
186
- /// Reuse an existing runtime's home
187
/// Reuse an existing runtime's home
188
pub fn with_home(bin_root: PathBuf, home: PathBuf) -> std::io::Result<Self> {
189
let config_path = home.join(".bashrc");
0 commit comments