From 0db86111ff2eb9b69836b5f93db6112e2fab1f68 Mon Sep 17 00:00:00 2001 From: howardwu Date: Sun, 20 Dec 2020 10:20:40 -0400 Subject: [PATCH] Set precommit to verbose mode --- .rusty-hook.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.rusty-hook.toml b/.rusty-hook.toml index 0b18442974..9c57ceedf9 100644 --- a/.rusty-hook.toml +++ b/.rusty-hook.toml @@ -2,4 +2,4 @@ pre-commit = "cargo +nightly clippy && cargo +nightly fmt --all -- --check" [logging] -verbose = false +verbose = true