Skip to content

Commit e1c5fff

Browse files
committed
Remove no-longer-existant lifetime
1 parent 57f0045 commit e1c5fff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/driver.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ fn test_arg_value() {
6565
struct ClippyCallbacks;
6666

6767
impl rustc_driver::Callbacks for ClippyCallbacks {
68-
fn after_parsing(&mut self, compiler: &interface::Compiler<'_>) -> bool {
68+
fn after_parsing(&mut self, compiler: &interface::Compiler) -> bool {
6969
let sess = compiler.session();
7070
let mut registry = rustc_plugin::registry::Registry::new(
7171
sess,

0 commit comments

Comments
 (0)