fix the wrong number in const KNOWN_ARCH
This commit is contained in:
parent
184a9afffb
commit
c0f20413f4
@ -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…
x
Reference in New Issue
Block a user