#!/bin/bash ./run-feature-combinations | while read FEATURES do echo === $FEATURES cargo +1.63 clippy $FEATURES done