More unused imports

This commit is contained in:
Conrad Irwin 2023-11-01 11:43:06 -06:00
parent c467fa955b
commit cfe0ddc61a

View file

@ -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) {