apply clippy optimizations

This commit is contained in:
yggverse 2025-01-21 15:06:49 +02:00
parent 0c08a0fb2f
commit 32d3c1b31a
3 changed files with 5 additions and 5 deletions

View file

@ -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());
}