AstroNvim / astrocommunity

A community repository of common plugin specifications
GNU General Public License v3.0
1.04k stars 214 forks source link

fix(rust): Fix rust-analyzer check to clippy #973

Closed Cretezy closed 1 month ago

Cretezy commented 1 month ago

📑 Description

checkOnSave is supposed to be a boolean: https://rust-analyzer.github.io/manual.html#rust-analyzer.checkOnSave

The right place to put command = "clippy" is under check: https://rust-analyzer.github.io/manual.html#clippy

github-actions[bot] commented 1 month ago

Review Checklist

Does this PR follow the [Contribution Guidelines](development guidelines)? Following is a partial checklist:

Proper conventional commit scoping: