diff --git a/src/fs.rs b/src/fs.rs index 1fc6d81..d704929 100644 --- a/src/fs.rs +++ b/src/fs.rs @@ -90,7 +90,7 @@ impl FromFsStream { } /// Represents some upstream error. -struct UpstreamError; +pub struct UpstreamError; impl Stream for FromFsStream { type Item = Result;