Some checks failed
CI / fmt (pull_request) Successful in 53s
CI / clippy (pull_request) Failing after 1m31s
CI / test (1.85) (pull_request) Failing after 53s
CI / test (stable) (pull_request) Failing after 1m27s
CI / deny (pull_request) Failing after 1m25s
CI / sim-bench (stable) (pull_request) Failing after 1m29s
CI / twilio-live (manual only) (pull_request) Has been skipped
Three rustdoc warnings (cargo doc --no-deps) in slice-4-half modules:
- latency.rs:55 ('Vec<Capture>' in a heading) — rustdoc parses <Capture> as an HTML tag start.
- scenario.rs:32 (URL with embedded space) — malformed; replaced with the canonical serde.rs URL.
- tick_lag.rs:32 ('Mutex<Vec<Duration>>' in a heading) — same HTML tag-parse issue.
All three fixed by wrapping type expressions in backticks (the rustdoc convention
for inline code) and using a properly-linkified bare URL. No source semantics changed.
Signed-off-by: Aaron D. Lee <himself@adlee.work>