Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit d6843c8

Browse files
committed
use serde::de::Deserialize;
1 parent 9e69610 commit d6843c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/client.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ use std::path::Path;
22

33
use futures::future::Future;
44
use lsp_types::{*, request::*, notification::*};
5+
use serde::de::Deserialize;
56
use serde_json::json;
67

78
use crate::support::{basic_bin_manifest, fixtures_dir};

0 commit comments

Comments
 (0)