diff options
author | Seivan Heidari <[email protected]> | 2019-11-12 08:46:35 +0000 |
---|---|---|
committer | Seivan Heidari <[email protected]> | 2019-11-12 08:46:35 +0000 |
commit | 11755f3eff87cd8ee0af7961377e0ae3ffea5050 (patch) | |
tree | 5b271a7c45f4e56e4f4b5c030b71080515e0e208 /crates/ra_ide_api/src/feature_flags.rs | |
parent | e847822cec025e483109cddee9c5dadc91ce1eab (diff) | |
parent | aa0646be29e80db3d8ab3a797b9fadd6c8b2c6e1 (diff) |
Merge branch 'master' of https://github.com/rust-analyzer/rust-analyzer into feature/themes
Diffstat (limited to 'crates/ra_ide_api/src/feature_flags.rs')
-rw-r--r-- | crates/ra_ide_api/src/feature_flags.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ra_ide_api/src/feature_flags.rs b/crates/ra_ide_api/src/feature_flags.rs index d3ca7be03..de4ae513d 100644 --- a/crates/ra_ide_api/src/feature_flags.rs +++ b/crates/ra_ide_api/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.enable-postfix", true), | ||
57 | ("notifications.workspace-loaded", true), | 58 | ("notifications.workspace-loaded", true), |
58 | ]) | 59 | ]) |
59 | } | 60 | } |