diff options
author | Aleksey Kladov <[email protected]> | 2020-03-06 17:38:56 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2020-03-06 17:38:56 +0000 |
commit | 80909f7698edd972e7bb7e3b255c9a12d78cd9a6 (patch) | |
tree | c6433fc26f3557a358696f7b66734ce4688fa988 /crates/ra_ide_db | |
parent | 95a2755aa80aaf9119e172f6b2a61eeb04653eba (diff) |
Don't creat public APIs with typos
Diffstat (limited to 'crates/ra_ide_db')
-rw-r--r-- | crates/ra_ide_db/src/feature_flags.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_ide_db/src/feature_flags.rs b/crates/ra_ide_db/src/feature_flags.rs index 74a3a1cd9..968415072 100644 --- a/crates/ra_ide_db/src/feature_flags.rs +++ b/crates/ra_ide_db/src/feature_flags.rs | |||
@@ -54,7 +54,7 @@ impl Default for FeatureFlags { | |||
54 | FeatureFlags::new(&[ | 54 | FeatureFlags::new(&[ |
55 | ("lsp.diagnostics", true), | 55 | ("lsp.diagnostics", true), |
56 | ("completion.insertion.add-call-parenthesis", true), | 56 | ("completion.insertion.add-call-parenthesis", true), |
57 | ("completion.insertion.add-argument-sippets", true), | 57 | ("completion.insertion.add-argument-snippets", true), |
58 | ("completion.enable-postfix", true), | 58 | ("completion.enable-postfix", true), |
59 | ("call-info.full", true), | 59 | ("call-info.full", true), |
60 | ("notifications.workspace-loaded", true), | 60 | ("notifications.workspace-loaded", true), |