From 06590a174a4b3707b9048f3669ad17702902b601 Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Fri, 24 Jul 2020 13:49:49 +0200 Subject: re-export Outcome as well --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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)] -- cgit v1.2.3