Clippy fixes from rust 1.91 nightly (#1267)

This commit is contained in:
Ehren Bendler
2025-08-13 11:01:25 -04:00
committed by GitHub
parent 9472aaca7a
commit a033152c60
3 changed files with 3 additions and 3 deletions

View File

@@ -90,7 +90,7 @@ impl<'a> Runner<'a> {
Ok(())
}
pub fn report(&self) -> &Report {
pub fn report(&self) -> &Report<'_> {
&self.report
}
}