Skip to content

Commit

Permalink
fix the wrong number in const KNOWN_ARCH
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirreke committed Aug 14, 2023
1 parent 504dbd1 commit de5f942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/ide-completion/src/completions/attribute/cfg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit de5f942

Please sign in to comment.