Less once_cell more std

This commit is contained in:
Lukas Wirth 2023-09-01 17:30:59 +02:00
parent 62268e474e
commit c09f175d59
7 changed files with 14 additions and 15 deletions

View file

@ -1,10 +1,11 @@
//! Context for lowering paths.
use std::cell::OnceCell;
use hir_expand::{
ast_id_map::{AstIdMap, AstIdNode},
hygiene::Hygiene,
AstId, HirFileId, InFile,
};
use once_cell::unsync::OnceCell;
use syntax::ast;
use triomphe::Arc;