Add env DEFMT_LOG=trace to all examples.

This commit is contained in:
Dario Nieuwenhuis
2022-06-18 01:54:07 +02:00
parent b585d54712
commit dd99356062
32 changed files with 93 additions and 0 deletions

6
xtask/.cargo/config.toml Normal file
View File

@ -0,0 +1,6 @@
[alias]
xtask = "run --package xtask --"
ci = "run --package xtask -- ci"
core = "run --package xtask -- core"
examples = "run --package xtask -- examples"
fmt = "run --package xtask -- fmt"