mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +00:00
Ban println in lsp_server
This commit is contained in:
parent
c9273828b3
commit
6fbad0619b
2 changed files with 23 additions and 4 deletions
|
@ -1,8 +1,7 @@
|
|||
//! FIXME: write short doc here
|
||||
//! `ra_lsp_server` binary
|
||||
|
||||
use flexi_logger::{Duplicate, Logger};
|
||||
use lsp_server::Connection;
|
||||
|
||||
use ra_lsp_server::{show_message, Result, ServerConfig};
|
||||
use ra_prof;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue