#!/bin/sh
#
# This hook was set by cargo-husky v1.5.0: https://github.com/rhysd/cargo-husky#readme
# Generated by script /Users/ming/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-husky-1.5.0/build.rs
# Output at /Users/ming/Projects/html-asset-hasher/target/debug/build/cargo-husky-e19c81cf85158083/out
#

set -e

echo '+cargo clippy -- -D warnings'
cargo clippy -- -D warnings
echo '+cargo fmt -- --check'
cargo fmt -- --check
