mirror of
https://github.com/neon-mmd/websurfx.git
synced 2024-11-21 21:48:21 -05:00
Fix: useless use of format! (cargo clippy warning)
This commit is contained in:
parent
397a805ffd
commit
c6ae86dbb4
@ -87,7 +87,7 @@ impl SearchEngine for Startpage {
|
||||
.parse_for_results(&document, |title, url, desc| {
|
||||
Some(SearchResult::new(
|
||||
title.inner_html().trim(),
|
||||
&format!("{}", url.inner_html().trim()),
|
||||
url.inner_html().trim(),
|
||||
desc.inner_html().trim(),
|
||||
&["startpage"],
|
||||
))
|
||||
|
Loading…
Reference in New Issue
Block a user