blob: ad62a190e24f304e4048c10036cacf172503356e [file] [log] [blame]
#!/bin/bash
# Add clippy for lint validation
if [ "$CLIPPY" == "true" ]; then
rustup component add clippy
fi