mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-26 11:59:49 +00:00
fix the wrong number in const KNOWN_ARCH
This commit is contained in:
parent
93b6838158
commit
465aaed1cf
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ pub(crate) fn complete_cfg(acc: &mut Completions, ctx: &CompletionContext<'_>) {
|
|||
};
|
||||
}
|
||||
|
||||
const KNOWN_ARCH: [&str; 19] = [
|
||||
const KNOWN_ARCH: [&str; 20] = [
|
||||
"aarch64",
|
||||
"arm",
|
||||
"avr",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue