mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-28 09:44:08 +00:00
fix the wrong number in const KNOWN_ARCH
This commit is contained in:
parent
93b6838158
commit
465aaed1cf
@ -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…
Reference in New Issue
Block a user