mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-11 04:36:24 +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,
|
OffsetRangeExt, Point, ToPoint,
|
||||||
};
|
};
|
||||||
use lsp::Url;
|
use lsp::Url;
|
||||||
|
use parking_lot::Mutex;
|
||||||
use pretty_assertions::assert_eq;
|
use pretty_assertions::assert_eq;
|
||||||
use serde_json::json;
|
use serde_json::json;
|
||||||
use std::{cell::RefCell, os::unix, rc::Rc, task::Poll};
|
use std::{cell::RefCell, os::unix, rc::Rc, task::Poll};
|
||||||
|
|
Loading…
Reference in a new issue