mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 06:41:48 +00:00
Use triomphe Arc
This commit is contained in:
parent
a7168a8c6f
commit
7197a27028
94 changed files with 331 additions and 257 deletions
|
@ -1,4 +1,4 @@
|
|||
use std::{fmt, marker::PhantomData, sync::Arc};
|
||||
use std::{fmt, marker::PhantomData};
|
||||
|
||||
use hir::{
|
||||
db::{AstIdMapQuery, AttrsQuery, ParseMacroExpansionQuery},
|
||||
|
@ -23,6 +23,7 @@ use profile::{memory_usage, Bytes};
|
|||
use std::env;
|
||||
use stdx::format_to;
|
||||
use syntax::{ast, Parse, SyntaxNode};
|
||||
use triomphe::Arc;
|
||||
|
||||
// Feature: Status
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue