Fix Clone impl marked todo on Pagination
- Fixed a manual implementation of Clone on Pagination (needed extra trait bounds to be derivable) - Made clippy happy :)
This commit is contained in:
@@ -348,7 +348,7 @@ impl SearchResultsView {
|
||||
0
|
||||
}
|
||||
|
||||
fn perform_search<I: ListItem>(
|
||||
fn perform_search<I: ListItem + Clone>(
|
||||
&self,
|
||||
handler: SearchHandler<I>,
|
||||
results: &Arc<RwLock<Vec<I>>>,
|
||||
|
||||
Reference in New Issue
Block a user