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 bebb200 commit be66f8eCopy full SHA for be66f8e
crates/prettytty/src/conn.rs
@@ -382,12 +382,8 @@ impl Output<'_> {
382
///
383
/// This method tries to write the first command to the terminal's output.
384
/// If that succeeds, it enqueues the second command for execution when the
385
- /// connection is being closed.
386
- ///
387
388
- /// This method tries to write out the first command. If it succeeds at that,
389
- /// this method enqueues the second command
390
- /// writes out the first command and then flushes the output.
+ /// connection is being closed and then flushes the output.
+
391
#[must_use = "method returns result that may indicate an error"]
392
pub fn exec_defer<C1, C2>(&mut self, cmd1: C1, cmd2: C2) -> Result<()>
393
where
0 commit comments