Rename syntax
to rustc_ast
in source code
This commit is contained in:
parent
6054a30370
commit
e08c279eac
291 changed files with 650 additions and 637 deletions
|
@ -44,6 +44,7 @@ use std::sync::Arc;
|
|||
|
||||
use rustc::middle::privacy::AccessLevels;
|
||||
use rustc::middle::stability;
|
||||
use rustc_ast::ast;
|
||||
use rustc_ast_pretty::pprust;
|
||||
use rustc_data_structures::flock;
|
||||
use rustc_data_structures::fx::{FxHashMap, FxHashSet};
|
||||
|
@ -57,7 +58,6 @@ use rustc_span::source_map::FileName;
|
|||
use rustc_span::symbol::{sym, Symbol};
|
||||
use serde::ser::SerializeSeq;
|
||||
use serde::{Serialize, Serializer};
|
||||
use syntax::ast;
|
||||
|
||||
use crate::clean::{self, AttributesExt, Deprecation, GetDefId, SelfTy};
|
||||
use crate::config::RenderOptions;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue