#!/bin/bash

set -e -x

cargo clippy "$@" --all-targets
cargo clippy "$@" --all-targets --features=mock --no-default-features
