Add missing import in project tests

This commit is contained in:
Max Brunsfeld
2023-03-21 11:26:13 -07:00
parent 27ad6a57ce
commit 51b093197d
+1
View File
@@ -8,6 +8,7 @@ use language::{
OffsetRangeExt, Point, ToPoint,
};
use lsp::Url;
use parking_lot::Mutex;
use pretty_assertions::assert_eq;
use serde_json::json;
use std::{cell::RefCell, os::unix, rc::Rc, task::Poll};