diff --git a/src/lib.rs b/src/lib.rs index 608bef98120..e00876b8d16 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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;