mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 13:51:31 +00:00
clippy::redudant_borrow
This commit is contained in:
parent
d6737e55fb
commit
c9b4ac5be4
114 changed files with 285 additions and 285 deletions
|
@ -71,7 +71,7 @@ impl Metrics {
|
|||
Ok(())
|
||||
}
|
||||
fn measure_analysis_stats_self(&mut self) -> Result<()> {
|
||||
self.measure_analysis_stats_path("self", &".")
|
||||
self.measure_analysis_stats_path("self", ".")
|
||||
}
|
||||
fn measure_analysis_stats(&mut self, bench: &str) -> Result<()> {
|
||||
self.measure_analysis_stats_path(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue