Don't require LintStore to live for 'a in configure_and_expand_inner
This commit is contained in:
parent
cf1f92a2ca
commit
2bf839e870
@ -271,7 +271,7 @@ fn pre_expansion_lint(
|
|||||||
|
|
||||||
fn configure_and_expand_inner<'a>(
|
fn configure_and_expand_inner<'a>(
|
||||||
sess: &'a Session,
|
sess: &'a Session,
|
||||||
lint_store: &'a LintStore,
|
lint_store: &LintStore,
|
||||||
mut krate: ast::Crate,
|
mut krate: ast::Crate,
|
||||||
crate_name: &str,
|
crate_name: &str,
|
||||||
resolver_arenas: &'a ResolverArenas<'a>,
|
resolver_arenas: &'a ResolverArenas<'a>,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user