1 2 3 4 5 6
#!/bin/bash # Add clippy for lint validation if [ "$CLIPPY" == "true" ]; then rustup component add clippy fi