From bc64d1917829623cea447871c548950460559232 Mon Sep 17 00:00:00 2001 From: Rory Dudley Date: Sat, 30 Mar 2024 19:07:45 -0600 Subject: Fix the build Need to include line to import compose::Environment. --- src/poem/anthology.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/poem') 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 -- cgit v1.2.3