We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93b6838 commit 465aaedCopy full SHA for 465aaed
crates/ide-completion/src/completions/attribute/cfg.rs
@@ -42,7 +42,7 @@ pub(crate) fn complete_cfg(acc: &mut Completions, ctx: &CompletionContext<'_>) {
42
};
43
}
44
45
-const KNOWN_ARCH: [&str; 19] = [
+const KNOWN_ARCH: [&str; 20] = [
46
"aarch64",
47
"arm",
48
"avr",
0 commit comments