Skip to main content

max / makenotwork

custom-pages: clippy nit in the regression replay
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-26 12:28 UTC
Signed with PGP, not checked
Commit: 681d7087d7692b3e05a380c5054d0d2160d87871
Parent: c993e91
1 file changed, +1 insertion, -1 deletion
@@ -93,7 +93,7 @@
93 93 /// new artifact belongs in.
94 94 fn replay_both(dir: &Path) -> usize {
95 95 let html = replay(dir, |s: &str| {
96 - custom_pages::oracle::check_html(s, &policy())
96 + custom_pages::oracle::check_html(s, &policy());
97 97 });
98 98 let css = replay(dir, |s: &str| {
99 99 custom_pages::oracle::check_css(s, OWNER_SCOPE, &policy());