Rename fmt.rs to format.rs

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2022-06-21 13:45:56 +10:00
parent 23bad39ba8
commit ad41756daa
No known key found for this signature in database
GPG key ID: 591C0B03040416D6
2 changed files with 2 additions and 2 deletions

View file

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