aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_lsp_server/tests/heavy_tests/main.rs
diff options
context:
space:
mode:
authorAlexander Ekdahl <[email protected]>2019-11-30 00:35:03 +0000
committerAlexander Ekdahl <[email protected]>2019-11-30 00:35:03 +0000
commiteb4e70fc676a97a7b411f372be1727df51a8906a (patch)
treefdd4a2893dcab15a3c72ed2c814070cb8f5541e4 /crates/ra_lsp_server/tests/heavy_tests/main.rs
parent9c01c0dcb5308d8d50ddf2d3fad6599fbff7d3dd (diff)
Remove flexi_logger from ra_lsp_server
Diffstat (limited to 'crates/ra_lsp_server/tests/heavy_tests/main.rs')
-rw-r--r--crates/ra_lsp_server/tests/heavy_tests/main.rs1
1 files changed, 0 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 2ba82ab05..29224cbe8 100644
--- a/crates/ra_lsp_server/tests/heavy_tests/main.rs
+++ b/crates/ra_lsp_server/tests/heavy_tests/main.rs
@@ -15,7 +15,6 @@ use tempfile::TempDir;
15 15
16use crate::support::{project, Project}; 16use crate::support::{project, Project};
17 17
18const LOG: &'static str = "";
19const PROFILE: &'static str = ""; 18const PROFILE: &'static str = "";
20// const PROFILE: &'static str = "*@3>100"; 19// const PROFILE: &'static str = "*@3>100";
21 20