Chester Liu 4 年 前
コミット
5503e4756e
3 ファイル変更0 行追加11 行削除
  1. 0 7
      Cargo.lock
  2. 0 3
      Cargo.toml
  3. 0 1
      src/output/table.rs

+ 0 - 7
Cargo.lock

@@ -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"

+ 0 - 3
Cargo.toml

@@ -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

+ 0 - 1
src/output/table.rs

@@ -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.