Skip to content

Commit 7d9347c

Browse files
committed
controllers/helpers/pagination: Remove obsolete diesel::RunQueryDsl implementations
1 parent 1747c55 commit 7d9347c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/controllers/helpers/pagination.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -287,8 +287,6 @@ impl<T: Query> Query for PaginatedQuery<T> {
287287
type SqlType = (T::SqlType, BigInt);
288288
}
289289

290-
impl<T, DB> diesel::RunQueryDsl<DB> for PaginatedQuery<T> {}
291-
292290
impl<T> QueryFragment<Pg> for PaginatedQuery<T>
293291
where
294292
T: QueryFragment<Pg>,
@@ -381,8 +379,6 @@ impl<
381379
type SqlType = (T::SqlType, BigInt);
382380
}
383381

384-
impl<T, C, DB> diesel::RunQueryDsl<DB> for PaginatedQueryWithCountSubq<T, C> {}
385-
386382
impl<T, C> QueryFragment<Pg> for PaginatedQueryWithCountSubq<T, C>
387383
where
388384
T: QueryFragment<Pg>,

0 commit comments

Comments
 (0)