From 61f3a438d3a729a6be941bca1ff4c6a97a33f221 Mon Sep 17 00:00:00 2001 From: "Jeremy A. Kolb" Date: Mon, 15 Oct 2018 17:44:23 -0400 Subject: Cargo Format Run `cargo fmt` and ignore generated files --- crates/gen_lsp_server/src/stdio.rs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'crates/gen_lsp_server/src/stdio.rs') diff --git a/crates/gen_lsp_server/src/stdio.rs b/crates/gen_lsp_server/src/stdio.rs index 81397bb2a..3d8a1712a 100644 --- a/crates/gen_lsp_server/src/stdio.rs +++ b/crates/gen_lsp_server/src/stdio.rs @@ -1,11 +1,9 @@ use std::{ + io::{stdin, stdout}, thread, - io::{ - stdout, stdin, - }, }; -use crossbeam_channel::{Receiver, Sender, bounded}; +use crossbeam_channel::{bounded, Receiver, Sender}; use {RawMessage, Result}; -- cgit v1.2.3