1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-30 12:37:49 +00:00

Format everything using rustfmt

This commit is contained in:
Alex Lyon 2018-03-12 01:20:58 -07:00
parent 00a8b0b0f1
commit 880a4973c1
162 changed files with 7895 additions and 5056 deletions

View file

@ -148,6 +148,8 @@ test_unimplemented = []
nightly = []
default = ["generic", "unix"]
[workspace]
[dependencies]
uucore = { path="src/uucore" }
arch = { optional=true, path="src/arch" }