One round of cargo clippy

This commit is contained in:
Natsu Kagami 2024-02-18 01:06:23 +01:00 committed by Natsu Kagami
parent 4bdab3cefb
commit 4a1853532a
6 changed files with 9 additions and 14 deletions

View file

@ -35,7 +35,7 @@ impl CacheHttp for CacheAndHttp {
Some(&self.0)
}
fn http(&self) -> &Http {
&*self.1
&self.1
}
}