From 487d9159843ee72fecd37cc1535abb8de1261bee Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Wed, 13 Aug 2025 07:27:00 -0400 Subject: [PATCH] doc/ale-rust: fix `rust-analyzer` typo (#5021) --- doc/ale-rust.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/ale-rust.txt b/doc/ale-rust.txt index f75716fa..ecd6401f 100644 --- a/doc/ale-rust.txt +++ b/doc/ale-rust.txt @@ -33,8 +33,8 @@ Integration Information 5. rustfmt -- If you have `rustfmt` installed, you can use it as a fixer to consistently reformat your Rust code. - Only cargo and rust-analyze are enabled by default. To switch to using rustc - instead of cargo, configure |b:ale_linters| in your ftplugin file + Only cargo and rust-analyzer are enabled by default. To switch to using + rustc instead of cargo, configure |b:ale_linters| in your ftplugin file appropriately: > " See the help text for the option for more information.