Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
re-export Either (#800)
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 authored Feb 3, 2022
1 parent e6478c9 commit 222ed6d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ pub mod util;
// so that documentation gets test
#[cfg(any(test, doctest))]
mod docs;

// re-exported because we return `Either` in our public API
pub use either::Either;

0 comments on commit 222ed6d

Please sign in to comment.