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

View file

@ -7,7 +7,7 @@ rayon = "*"
rnix = "*"
termion = "*"
tui = { version = "*", default-features = false, features = ["termion"] }
rowan = "*"
rowan = "0.12.6" # follows rnix
walkdir = "*"
[package]