Skip to content
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.

Commit

Permalink
Export error type
Browse files Browse the repository at this point in the history
  • Loading branch information
mre committed Nov 29, 2018
1 parent 2271243 commit c553b52
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Expand Up @@ -49,6 +49,8 @@ mod errors {
}
}

pub use errors::Error as PrettyPrintError;

#[cfg(test)]
mod tests {
use super::*;
Expand Down

0 comments on commit c553b52

Please sign in to comment.