From 58d274ffe9e89105957c318c9e4660f0dbfccbbc Mon Sep 17 00:00:00 2001 From: Valerio Date: Thu, 4 Jun 2026 17:48:17 +0200 Subject: [PATCH] style(reddit): use Option::zip to satisfy clippy CI runs clippy with `-D warnings` on a newer toolchain that flags `manual_option_zip`; collapse the and_then/map pair into Option::zip. --- crates/webclaw-core/src/reddit.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/webclaw-core/src/reddit.rs b/crates/webclaw-core/src/reddit.rs index ab1d394..5f6c53e 100644 --- a/crates/webclaw-core/src/reddit.rs +++ b/crates/webclaw-core/src/reddit.rs @@ -422,7 +422,7 @@ fn parse_one_comment(c: ElementRef, op: &str, depth: usize) -> Option