#!/bin/sh

set -e

cargo clippy --all-targets -- -D warnings
cargo clippy --all-targets --all-features -- -D warnings
