More unused imports
This commit is contained in:
parent
c467fa955b
commit
cfe0ddc61a
1 changed files with 2 additions and 2 deletions
|
@ -11,9 +11,9 @@ use lsp2::Url;
|
||||||
use parking_lot::Mutex;
|
use parking_lot::Mutex;
|
||||||
use pretty_assertions::assert_eq;
|
use pretty_assertions::assert_eq;
|
||||||
use serde_json::json;
|
use serde_json::json;
|
||||||
use std::{os::unix, task::Poll};
|
use std::task::Poll;
|
||||||
use unindent::Unindent as _;
|
use unindent::Unindent as _;
|
||||||
use util::{assert_set_eq, test::temp_tree};
|
use util::assert_set_eq;
|
||||||
|
|
||||||
// #[gpui2::test]
|
// #[gpui2::test]
|
||||||
// async fn test_symlinks(cx: &mut gpui2::TestAppContext) {
|
// async fn test_symlinks(cx: &mut gpui2::TestAppContext) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue