mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 06:44:16 +00:00
chore: Allow print in tests
This commit is contained in:
parent
ebc70d00f9
commit
3278d49444
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
warn-on-all-wildcard-imports = true
|
warn-on-all-wildcard-imports = true
|
||||||
|
allow-print-in-tests = true
|
||||||
allow-expect-in-tests = true
|
allow-expect-in-tests = true
|
||||||
allow-unwrap-in-tests = true
|
allow-unwrap-in-tests = true
|
||||||
allow-dbg-in-tests = true
|
allow-dbg-in-tests = true
|
||||||
|
|
Loading…
Reference in a new issue