Cleanup imports

This commit is contained in:
Aleksey Kladov 2021-05-13 13:44:47 +03:00
parent a5b5582836
commit ad0648dc95
3 changed files with 12 additions and 6 deletions

View file

@ -21,8 +21,6 @@ use profile::Count;
use rustc_hash::FxHashMap;
use syntax::{ast, AstNode, AstPtr};
pub use lower::LowerCtx;
use crate::{
attr::{Attrs, RawAttrs},
db::DefDatabase,
@ -35,6 +33,8 @@ use crate::{
UnresolvedMacro,
};
pub use lower::LowerCtx;
/// A subset of Expander that only deals with cfg attributes. We only need it to
/// avoid cyclic queries in crate def map during enum processing.
#[derive(Debug)]