fix the wrong number in const KNOWN_ARCH

This commit is contained in:
dirreke 2023-07-25 20:54:44 +08:00
parent 93b6838158
commit 465aaed1cf

View File

@ -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",