diff options
author | Rory Dudley | 2024-03-24 22:39:22 -0600 |
---|---|---|
committer | Rory Dudley | 2024-03-24 22:39:22 -0600 |
commit | 443c5fad55c6f81f5dc81585ab350de452e47260 (patch) | |
tree | ba67fc2553bebc94c2f2cac3debbbaf16a50b907 | |
parent | 9f45a99b089da2cbbe5c5a866bcf146443742641 (diff) | |
download | dwarvish-443c5fad55c6f81f5dc81585ab350de452e47260.tar.gz |
Documentation for incant_
Add docstring for `incant_quiet_io`.
-rw-r--r-- | src/poem/elements/rune.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/poem/elements/rune.rs b/src/poem/elements/rune.rs index fc2b27a..3f53c67 100644 --- a/src/poem/elements/rune.rs +++ b/src/poem/elements/rune.rs @@ -331,6 +331,7 @@ impl Rune { Ok(status) } + /// Same as incant_quiet, except capture STDOUT into `out` pub fn incant_quiet_io( verse: &Verse, out: &mut String, |