mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-06 14:21:14 -03:00
That configuration is already tested, but not clippy-checked yet. This sometimes causes things like unused imports linger on master. Let's at least enable clippy for stable Rust. Also do the same build_tools/check.sh; since that script already runs "cargo test --no-default-features", this shouldn't add much work, though I didn't check that.