mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-11 21:13:02 +00:00
Add missing import in project tests
This commit is contained in:
parent
27ad6a57ce
commit
51b093197d
1 changed files with 1 additions and 0 deletions
|
@ -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};
|
||||
|
|
Loading…
Reference in a new issue