mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +00:00
remove explicit serde_derive
This commit is contained in:
parent
67ac0a423f
commit
2351308d92
6 changed files with 4 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
|||
use serde_derive::Deserialize;
|
||||
use serde::Deserialize as _D;
|
||||
use serde::Deserialize;
|
||||
use flexi_logger::{Duplicate, Logger};
|
||||
use gen_lsp_server::{run_server, stdio_transport};
|
||||
|
||||
use ra_lsp_server::Result;
|
||||
|
||||
fn main() -> Result<()> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue