Skip to content

Commit eafbd3b

Browse files
committed
fix: drop redundant must_use on PTY wait
1 parent cfde2e1 commit eafbd3b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

crates/pty_terminal/src/terminal.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,6 @@ impl ChildHandle {
227227
/// # Errors
228228
///
229229
/// Returns an error if waiting for the child process exit status fails.
230-
#[must_use]
231230
pub fn wait(&self) -> anyhow::Result<ExitStatus> {
232231
match self.exit_status.wait() {
233232
Ok(status) => Ok(status.clone()),

0 commit comments

Comments
 (0)