aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_lsp_server/src/main.rs
diff options
context:
space:
mode:
authorJeremy A. Kolb <[email protected]>2018-11-29 20:30:49 +0000
committerJeremy A. Kolb <[email protected]>2018-11-29 20:30:49 +0000
commitf32dc7135175c1e8a9ea81d7c18c21b2722f28c5 (patch)
tree7f63a507106e33d4c4b1282e901fbcecc4c30143 /crates/ra_lsp_server/src/main.rs
parent70a7cb34ec18d30a680a73727e1d87a0a786dc44 (diff)
Clippy lints
Diffstat (limited to 'crates/ra_lsp_server/src/main.rs')
-rw-r--r--crates/ra_lsp_server/src/main.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/ra_lsp_server/src/main.rs b/crates/ra_lsp_server/src/main.rs
index 26bcddd8e..173418520 100644
--- a/crates/ra_lsp_server/src/main.rs
+++ b/crates/ra_lsp_server/src/main.rs
@@ -2,7 +2,6 @@
2extern crate log; 2extern crate log;
3#[macro_use] 3#[macro_use]
4extern crate failure; 4extern crate failure;
5#[macro_use]
6extern crate serde_derive; 5extern crate serde_derive;
7extern crate serde; 6extern crate serde;
8extern crate flexi_logger; 7extern crate flexi_logger;