diff options
Diffstat (limited to 'src/poem/anthology/source.rs')
-rw-r--r-- | src/poem/anthology/source.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/poem/anthology/source.rs b/src/poem/anthology/source.rs index 182fef4..43d6204 100644 --- a/src/poem/anthology/source.rs +++ b/src/poem/anthology/source.rs @@ -12,7 +12,7 @@ use std::fs; /// ```sh /// source ~/.dwvshrc /// ``` -pub fn incant(verse: &Verse, out: &mut String, env: &mut Environment) -> i32 { +pub fn incant(verse: &Verse, out: &mut Vec<u8>, env: &mut Environment) -> i32 { let files = match verse.clause() { Some(clause) => clause, None => { |