Add missing import in project tests

This commit is contained in:
Max Brunsfeld 2023-03-20 13:13:25 -07:00
parent 27ad6a57ce
commit 51b093197d

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};