mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 13:51:31 +00:00
move ast builder to a separate file
This commit is contained in:
parent
f32081fa18
commit
69689625ce
7 changed files with 237 additions and 235 deletions
|
@ -2,7 +2,7 @@ use std::cell::RefCell;
|
|||
|
||||
use hir::diagnostics::{AstDiagnostic, Diagnostic as _, DiagnosticSink};
|
||||
use itertools::Itertools;
|
||||
use ra_assists::ast_editor::{AstBuilder, AstEditor};
|
||||
use ra_assists::{ast_builder::AstBuilder, ast_editor::AstEditor};
|
||||
use ra_db::SourceDatabase;
|
||||
use ra_prof::profile;
|
||||
use ra_syntax::{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue