Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/syntax/src/lib.rs')
-rw-r--r--crates/syntax/src/lib.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/crates/syntax/src/lib.rs b/crates/syntax/src/lib.rs
index 6f57cbad66..efbf879664 100644
--- a/crates/syntax/src/lib.rs
+++ b/crates/syntax/src/lib.rs
@@ -43,10 +43,11 @@ pub mod utils;
pub mod ted;
pub mod hacks;
-use std::{marker::PhantomData, sync::Arc};
+use std::marker::PhantomData;
use stdx::format_to;
use text_edit::Indel;
+use triomphe::Arc;
pub use crate::{
ast::{AstNode, AstToken},