We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcc93dd commit cac60f3Copy full SHA for cac60f3
nexus/db-queries/src/db/datastore/fm.rs
@@ -616,7 +616,7 @@ struct ListOrphanedQuery {
616
impl ListOrphanedQuery {
617
fn new(pagparams: &DataPageParams<'_, SitrepUuid>) -> Self {
618
Self {
619
- marker: pagparams.marker.clone().copied(),
+ marker: pagparams.marker.copied(),
620
order: pagparams.direction,
621
limit: pagparams.limit.get() as i32,
622
}
0 commit comments