aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_db
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-03-06 16:51:10 +0000
committerAleksey Kladov <[email protected]>2020-03-06 16:51:10 +0000
commit4e7f6c235489eb40c85bb73e75beead3ea7f08c7 (patch)
tree87623cdec8b374953f69cb3e46a73aa2c6bd7006 /crates/ra_ide_db
parent21f40f2b8f2d2ce19c2bc69201e99503a8d15e04 (diff)
Feature flag for arg snippets
Diffstat (limited to 'crates/ra_ide_db')
-rw-r--r--crates/ra_ide_db/src/feature_flags.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ra_ide_db/src/feature_flags.rs b/crates/ra_ide_db/src/feature_flags.rs
index 76655f572..d9c9d6cd2 100644
--- a/crates/ra_ide_db/src/feature_flags.rs
+++ b/crates/ra_ide_db/src/feature_flags.rs
@@ -54,6 +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.enable-postfix", true), 58 ("completion.enable-postfix", true),
58 ("notifications.workspace-loaded", true), 59 ("notifications.workspace-loaded", true),
59 ("notifications.cargo-toml-not-found", true), 60 ("notifications.cargo-toml-not-found", true),