Skip to content

Commit

Permalink
Don't require LintStore to live for 'a in configure_and_expand_inner
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn3 committed Jun 8, 2021
1 parent cf1f92a commit 2bf839e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_interface/src/passes.rs
Expand Up @@ -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>,
Expand Down

0 comments on commit 2bf839e

Please sign in to comment.