Don't require LintStore to live for 'a in configure_and_expand_inner
This commit is contained in:
parent
cf1f92a2ca
commit
2bf839e870
1 changed files with 1 additions and 1 deletions
|
@ -271,7 +271,7 @@ fn pre_expansion_lint(
|
|||
|
||||
fn configure_and_expand_inner<'a>(
|
||||
sess: &'a Session,
|
||||
lint_store: &'a LintStore,
|
||||
lint_store: &LintStore,
|
||||
mut krate: ast::Crate,
|
||||
crate_name: &str,
|
||||
resolver_arenas: &'a ResolverArenas<'a>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue