mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-05-05 03:30:03 +00:00
Expose crate::errors module
This commit is contained in:
parent
1cac046ffd
commit
aa4339e07d
2 changed files with 4 additions and 4 deletions
|
@ -6,12 +6,12 @@ use strum_macros::{Display, EnumString, EnumVariantNames};
|
|||
pub mod drivers;
|
||||
pub use drivers::*;
|
||||
|
||||
pub mod errors;
|
||||
pub use errors::*;
|
||||
|
||||
pub mod helpers;
|
||||
pub use helpers::*;
|
||||
|
||||
mod errors;
|
||||
pub use errors::BinstallError;
|
||||
|
||||
pub mod bins;
|
||||
pub mod fetchers;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue