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 98887c3 commit 836358eCopy full SHA for 836358e
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