mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
apply clippy optimizations
This commit is contained in:
parent
0c08a0fb2f
commit
32d3c1b31a
3 changed files with 5 additions and 5 deletions
|
|
@ -94,11 +94,11 @@ impl Request {
|
|||
|
||||
// Setters
|
||||
|
||||
pub fn into_download(&self) {
|
||||
pub fn to_download(&self) {
|
||||
self.widget.entry.set_text(&self.download());
|
||||
}
|
||||
|
||||
pub fn into_source(&self) {
|
||||
pub fn to_source(&self) {
|
||||
self.widget.entry.set_text(&self.source());
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue