style: code style

This commit is contained in:
2020-08-01 00:04:59 +08:00
parent 5566d1ee20
commit 6e114512ae
7 changed files with 91 additions and 93 deletions

7
Cargo.lock generated
View File

@@ -81,7 +81,6 @@ dependencies = [
"glob",
"regex",
"string-parser",
"string_format",
"walkdir",
]
@@ -291,12 +290,6 @@ version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "46e079466fad2cd4673f6ccd80b3a2c8aa94e981a7ab7b4e5c023a0a37e23596"
[[package]]
name = "string_format"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a0f5f60043c6e865cc477a5cd3981df2210ec02592bd9ba18d32bcd72abb4eb"
[[package]]
name = "strsim"
version = "0.8.0"