mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-20 04:28:43 +00:00
Rename fmt.rs
to format.rs
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
23bad39ba8
commit
ad41756daa
2 changed files with 2 additions and 2 deletions
|
@ -17,8 +17,8 @@ pub mod fetchers;
|
|||
mod target;
|
||||
pub use target::*;
|
||||
|
||||
mod fmt;
|
||||
pub use fmt::*;
|
||||
mod format;
|
||||
pub use format::*;
|
||||
|
||||
/// Default package path template (may be overridden in package Cargo.toml)
|
||||
pub const DEFAULT_PKG_URL: &str =
|
||||
|
|
Loading…
Add table
Reference in a new issue