settings.json 165 B

1234567
  1. {
  2. "rust-analyzer.check.allTargets": true,
  3. "rust-analyzer.check.command": "clippy",
  4. "search.exclude": {
  5. "/xtask/public-api/*.txt": true,
  6. },
  7. }