rust-analyzer/rust-analyzer.github.io

Possible error in the documentation

NomisIV opened this issue · 2 comments

I'm trying to disable checking of all targets, and the documentation says the option should be rust-analyzer.check.allTargets, which didn't work. However rust-analyzer.checkOnSave.allTargets (as copied from other GitHub issues: rust-lang/rust-analyzer#10716 (comment)) does work. Is this an error with the generated documentation, or is it some kind of version mismatch between the documentation and the version of rust-analyzer that I'm using?

Which version of rust-analyzer are you using? checkOnSave.allTargets was somewhat recently renamed to check.allTargets.

Ah that makes sense. I'm currently using rust-analyzer 2023-01-09.