mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-27 05:23:24 +00:00
fix typo
This commit is contained in:
parent
eb72156094
commit
088e5e1721
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ use crate::{
|
|||
};
|
||||
|
||||
pub(super) fn complete_postfix(acc: &mut Completions, ctx: &CompletionContext) {
|
||||
if ctx.db.feature_flags.get("completions.enable-postfix") == false {
|
||||
if ctx.db.feature_flags.get("completion.enable-postfix") == false {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue