Skip to content

Commit 98bbf70

Browse files
committed
chore: Remove duplicated docs
1 parent c9d7129 commit 98bbf70

File tree

1 file changed

+0
-1
lines changed
  • crates/completest-pty/src

1 file changed

+0
-1
lines changed

crates/completest-pty/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,6 @@ PS1='% '
186186
Self::with_home(bin_root, home)
187187
}
188188

189-
/// Reuse an existing runtime's home
190189
/// Reuse an existing runtime's home
191190
pub fn with_home(bin_root: PathBuf, home: PathBuf) -> std::io::Result<Self> {
192191
let config_path = home.join(".bashrc");

0 commit comments

Comments
 (0)