1
Fork 0
mirror of https://github.com/RGBCube/alejandra synced 2025-07-30 12:07:46 +00:00

refactor: drop --debug flag

This commit is contained in:
Kevin Amado 2022-02-21 12:33:56 -05:00
parent aa3d4ccfd8
commit 9d23d257c6
8 changed files with 9 additions and 83 deletions

35
Cargo.lock generated
View file

@ -12,7 +12,7 @@ dependencies = [
"rand",
"rayon",
"rnix",
"rowan 0.15.3",
"rowan",
"termion",
"tui",
"walkdir",
@ -64,9 +64,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "clap"
version = "3.1.0"
version = "3.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5f1fea81f183005ced9e59cdb01737ef2423956dac5a6d731b06b2ecfaa3467"
checksum = "6d76c22c9b9b215eeb8d016ad3a90417bd13cb24cf8142756e6472445876cab7"
dependencies = [
"atty",
"bitflags",
@ -84,12 +84,6 @@ version = "2.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "328b822bdcba4d4e402be8d9adb6eebf269f969f8eadef977a553ff3c4fbcb58"
[[package]]
name = "countme"
version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03746e0c6dd9b5d2d9132ffe0bede35fb5f815604fd371bb42599fd37bc8e483"
[[package]]
name = "crossbeam-channel"
version = "0.5.2"
@ -163,12 +157,6 @@ version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
[[package]]
name = "hashbrown"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c21d40587b92fa6a6c6e3c1bdbf87d75511db5672f9c93175574b3a00df1758"
[[package]]
name = "hermit-abi"
version = "0.1.19"
@ -344,7 +332,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "065c5eac8e8f7e7b0e7227bdc46e2d8dd7d69fff7a9a2734e21f686bbcb9b2c9"
dependencies = [
"cbitset",
"rowan 0.12.6",
"rowan",
"smol_str",
]
@ -354,26 +342,13 @@ version = "0.12.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1b36e449f3702f3b0c821411db1cbdf30fb451726a9456dce5dabcd44420043"
dependencies = [
"countme 2.0.4",
"countme",
"hashbrown 0.9.1",
"memoffset",
"rustc-hash",
"text-size",
]
[[package]]
name = "rowan"
version = "0.15.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c72a0c863fef62cfd9ca7b72a35b422d7672dbffac4ac8003dcc3be7837d871d"
dependencies = [
"countme 3.0.0",
"hashbrown 0.12.0",
"memoffset",
"rustc-hash",
"text-size",
]
[[package]]
name = "rustc-hash"
version = "1.1.0"