Clippy fixes from rust 1.91 nightly (#1267)
This commit is contained in:
@@ -90,7 +90,7 @@ impl<'a> Runner<'a> {
|
||||
Ok(())
|
||||
}
|
||||
|
||||
pub fn report(&self) -> &Report {
|
||||
pub fn report(&self) -> &Report<'_> {
|
||||
&self.report
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user