mirror of
https://github.com/Llewellynvdm/exa.git
synced 2025-02-01 18:18:24 +00:00
Clean
This commit is contained in:
parent
31583691d5
commit
5503e4756e
7
Cargo.lock
generated
7
Cargo.lock
generated
@ -72,7 +72,6 @@ dependencies = [
|
||||
"natord",
|
||||
"num_cpus",
|
||||
"number_prefix",
|
||||
"os_str_bytes",
|
||||
"scoped_threadpool",
|
||||
"term_grid",
|
||||
"term_size",
|
||||
@ -269,12 +268,6 @@ dependencies = [
|
||||
"vcpkg",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "os_str_bytes"
|
||||
version = "3.0.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e293568965aea261bdf010db17df7030e3c9a275c415d51d6112f7cf9b7af012"
|
||||
|
||||
[[package]]
|
||||
name = "pad"
|
||||
version = "0.1.6"
|
||||
|
@ -41,9 +41,6 @@ zoneinfo_compiled = "0.5"
|
||||
[target.'cfg(unix)'.dependencies]
|
||||
users = "0.11"
|
||||
|
||||
[target.'cfg(windows)'.dependencies]
|
||||
os_str_bytes = "3.0"
|
||||
|
||||
[dependencies.git2]
|
||||
version = "0.13"
|
||||
optional = true
|
||||
|
@ -166,7 +166,6 @@ impl Column {
|
||||
_ => Alignment::Left,
|
||||
}
|
||||
}
|
||||
#[cfg(windows)]
|
||||
|
||||
/// Get the text that should be printed at the top, when the user elects
|
||||
/// to have a header row printed.
|
||||
|
Loading…
x
Reference in New Issue
Block a user