Skip to content

Commit 465aaed

Browse files
committed
fix the wrong number in const KNOWN_ARCH
1 parent 93b6838 commit 465aaed

File tree

1 file changed

+1
-1
lines changed
  • crates/ide-completion/src/completions/attribute

1 file changed

+1
-1
lines changed

crates/ide-completion/src/completions/attribute/cfg.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ pub(crate) fn complete_cfg(acc: &mut Completions, ctx: &CompletionContext<'_>) {
4242
};
4343
}
4444

45-
const KNOWN_ARCH: [&str; 19] = [
45+
const KNOWN_ARCH: [&str; 20] = [
4646
"aarch64",
4747
"arm",
4848
"avr",

0 commit comments

Comments
 (0)