mirror of
https://github.com/natsukagami/youmubot.git
synced 2025-05-24 17:20:49 +00:00
One round of cargo clippy
This commit is contained in:
parent
4bdab3cefb
commit
4a1853532a
6 changed files with 9 additions and 14 deletions
|
@ -35,7 +35,7 @@ impl CacheHttp for CacheAndHttp {
|
|||
Some(&self.0)
|
||||
}
|
||||
fn http(&self) -> &Http {
|
||||
&*self.1
|
||||
&self.1
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue