From 1bb25591b77a14a17bd05d79316ce703bcbcc3a6 Mon Sep 17 00:00:00 2001 From: Rory Dudley Date: Mon, 20 May 2024 00:17:01 -0600 Subject: Don't clear 'out' unconditionally Only clear the 'out' vector when the verse is not a couplet, otherwise text will not be piped to the next verse in the poem. --- src/poem/recite.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/poem/recite.rs') diff --git a/src/poem/recite.rs b/src/poem/recite.rs index 8b2fd1d..2311352 100644 --- a/src/poem/recite.rs +++ b/src/poem/recite.rs @@ -160,7 +160,6 @@ impl Reciteable for Poem { } else { continue; } - verse.incant(&mut out, &mut pids)? }; -- cgit v1.2.3