From a4ddd649e140e1bc7cab29a53662d4f345f4f1ff Mon Sep 17 00:00:00 2001 From: Clement Tsang <34804052+ClementTsang@users.noreply.github.com> Date: Mon, 31 Aug 2020 23:59:33 -0400 Subject: refactor: Update error messages w/ anyhow and thiserror (#216) Refactoring and updating of error messages + tests to be more useful. --- .cargo-husky/hooks/pre-push | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 .cargo-husky/hooks/pre-push (limited to '.cargo-husky/hooks/pre-push') diff --git a/.cargo-husky/hooks/pre-push b/.cargo-husky/hooks/pre-push new file mode 100755 index 00000000..46fb32d2 --- /dev/null +++ b/.cargo-husky/hooks/pre-push @@ -0,0 +1,2 @@ +echo "Running pre-push hook: cargo +nightly clippy -- -D clippy::all" +cargo +nightly clippy -- -D clippy::all \ No newline at end of file -- cgit v1.2.3