diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/poem/anthology.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/poem/anthology.rs b/src/poem/anthology.rs index f1adae7..7d97ab7 100644 --- a/src/poem/anthology.rs +++ b/src/poem/anthology.rs @@ -2,6 +2,7 @@ pub mod cd; pub mod exit; pub mod export; pub mod source; +use crate::compose::Environment; use crate::poem::Verse; /// A static list of all the built-in commands |