diff options
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)] |