#!/bin/bash

set -e

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