fix: make error enum public
This commit is contained in:
parent
5d259531c3
commit
fe330206aa
2 changed files with 6 additions and 6 deletions
|
@ -148,7 +148,7 @@ pub mod updater;
|
|||
#[cfg(feature = "window")]
|
||||
pub mod window;
|
||||
|
||||
pub(crate) use error::Error;
|
||||
pub use error::Error;
|
||||
pub(crate) type Result<T> = core::result::Result<T, Error>;
|
||||
|
||||
#[cfg(any(feature = "dialog", feature = "window"))]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue