Files
WintermuteandThomas Petersen ec706c0926 fix(db): allow clippy too_many_arguments on routed feed query wrappers
The cursor pagination `until` parameter pushed query_feed_mentions_routed
and query_feed_needs_action_routed to 8 args, tripping
clippy::too_many_arguments under -D warnings. Same allow already used on
the neighboring routed wrappers in this file.

Co-authored-by: Thomas Petersen <thomasp@squareup.com>
Signed-off-by: Thomas Petersen <thomasp@squareup.com>
2026-08-14 09:32:12 -04:00
..