doc/ale-rust: fix rust-analyzer typo (#5021)

This commit is contained in:
Ben Boeckel
2025-08-13 07:27:00 -04:00
committed by GitHub
parent c7f3ba9d41
commit 487d915984

View File

@@ -33,8 +33,8 @@ Integration Information
5. rustfmt -- If you have `rustfmt` installed, you can use it as a fixer to 5. rustfmt -- If you have `rustfmt` installed, you can use it as a fixer to
consistently reformat your Rust code. consistently reformat your Rust code.
Only cargo and rust-analyze are enabled by default. To switch to using rustc Only cargo and rust-analyzer are enabled by default. To switch to using
instead of cargo, configure |b:ale_linters| in your ftplugin file rustc instead of cargo, configure |b:ale_linters| in your ftplugin file
appropriately: > appropriately: >
" See the help text for the option for more information. " See the help text for the option for more information.