Commit 50567f0
committed
Fix WeakPoint initializer in scan_bench: add missing test_context
benches/scan_bench.rs built a WeakPoint literal without the
`test_context` field added to the struct in v2.5.5, which broke
`cargo bench` (run by .github/workflows/e2e.yml) and any
`cargo check --all-targets`. Add `test_context: None`.
Verified with `cargo check --benches` (Finished, clean).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_0196movYBRwNw8vkLRaaFoTu1 parent 3f7d0bb commit 50567f0
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
| 206 | + | |
206 | 207 | | |
207 | 208 | | |
208 | 209 | | |
| |||
0 commit comments