mirror of
https://github.com/neon-mmd/websurfx.git
synced 2024-11-21 13:38:21 -05:00
fix: changed dereferencing
This commit is contained in:
parent
286bcf1bd3
commit
4f4cb220cc
@ -144,7 +144,7 @@ async fn results(
|
||||
.upstream_search_engines
|
||||
.iter()
|
||||
.filter(|map| *map.1)
|
||||
.map(|map| String::from(&(*map.0)))
|
||||
.map(|map| String::from(map.0))
|
||||
.collect();
|
||||
|
||||
engines.sort();
|
||||
|
Loading…
Reference in New Issue
Block a user