aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index bd2acca..b3c587d 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -107,7 +107,7 @@ pub mod gamedata;
pub use gamedata::{Boss, EliteSpec, Profession};
pub mod analyzers;
-pub use analyzers::Analyzer;
+pub use analyzers::{Analyzer, Outcome};
/// Any error that can occur during the processing of evtc files.
#[derive(Error, Debug)]