Format -> formats

This commit is contained in:
Félix Saparelli 2022-06-28 02:40:16 +12:00
parent 401fa8772c
commit 4bc16863e0
No known key found for this signature in database
GPG key ID: B948C4BAE44FC474
2 changed files with 2 additions and 2 deletions

View file

@ -17,8 +17,8 @@ pub mod fetchers;
mod target;
pub use target::*;
mod format;
pub use format::*;
mod formats;
pub use formats::*;
/// Default package path template (may be overridden in package Cargo.toml)
pub const DEFAULT_PKG_URL: &str =