diff options
author | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-05-29 08:34:12 +0100 |
---|---|---|
committer | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-05-29 08:34:12 +0100 |
commit | 9eef546ca2f59d0ebc0e5dc443fc1a5d93926030 (patch) | |
tree | 5b638f3e88a9fb7e2e5286a4d55e7450993beb30 /crates/ra_lsp_server | |
parent | 7a1cae59acf72f821343b2ba10ef69fb92a5b952 (diff) | |
parent | a6f1b171bc56621759f6421fa662cb4f4584bb45 (diff) |
Merge #1339
1339: flip Into to From r=matklad a=matklad
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'crates/ra_lsp_server')
-rw-r--r-- | crates/ra_lsp_server/tests/heavy_tests/main.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/crates/ra_lsp_server/tests/heavy_tests/main.rs b/crates/ra_lsp_server/tests/heavy_tests/main.rs index f61048aaf..40d825893 100644 --- a/crates/ra_lsp_server/tests/heavy_tests/main.rs +++ b/crates/ra_lsp_server/tests/heavy_tests/main.rs | |||
@@ -18,7 +18,8 @@ use tempfile::TempDir; | |||
18 | use crate::support::{project, Project}; | 18 | use crate::support::{project, Project}; |
19 | 19 | ||
20 | const LOG: &'static str = ""; | 20 | const LOG: &'static str = ""; |
21 | const PROFILE: &'static str = "*@3>100"; | 21 | const PROFILE: &'static str = ""; |
22 | // const PROFILE: &'static str = "*@3>100"; | ||
22 | 23 | ||
23 | #[test] | 24 | #[test] |
24 | fn completes_items_from_standard_library() { | 25 | fn completes_items_from_standard_library() { |