rust_ast::ast => rustc_ast

This commit is contained in:
Ujjwal Sharma
2020-04-27 23:26:11 +05:30
committed by kadmin
parent 429a1cedfa
commit ae0eb390b0
10 changed files with 12 additions and 12 deletions

View File

@@ -339,7 +339,7 @@ pub fn register_pre_expansion_lints(store: &mut rustc_lint::LintStore) {
}
#[doc(hidden)]
pub fn read_conf(args: &[rustc_ast::ast::NestedMetaItem], sess: &Session) -> Conf {
pub fn read_conf(args: &[rustc_ast::NestedMetaItem], sess: &Session) -> Conf {
use std::path::Path;
match utils::conf::file_from_args(args) {
Ok(file_name) => {