wifi-densepose/v2/crates/wifi-densepose-sensing-server/src/matter
ruv 5bc081d61d fix(adr-115/doctest): wrap ASCII endpoint tree in ```text fence (bridge.rs)
The module-level doc comment in matter/bridge.rs had a 4-space-indented
ASCII tree diagram. Rustdoc parses any 4-space-indented block in a doc
comment as a Rust code block (markdown indented-code-block syntax) and
runs it as a doctest. The tree text isn't valid Rust → doctest fails.

This broke the Rust Workspace Tests workflow on PR #778:

    test crates/.../src/matter/bridge.rs - matter::bridge (line 6) ... FAILED
    test result: FAILED. 0 passed; 1 failed
    error: doctest failed, to rerun pass `-p ... --doc`

Wrapping the tree in a `text` fenced block tells rustdoc to render but
not compile it.

Verified locally:

    cargo test -p wifi-densepose-sensing-server --no-default-features --doc
    test result: ok. 0 passed; 0 failed; 1 ignored

Refs PR #778, issue #776.

Co-Authored-By: claude-flow <ruv@ruv.net>
2026-05-23 15:38:46 -04:00
..
bridge.rs fix(adr-115/doctest): wrap ASCII endpoint tree in ```text fence (bridge.rs) 2026-05-23 15:38:46 -04:00
clusters.rs feat(adr-115): P7 — Matter cluster + device-type mapping (HA-FABRIC scaffolding, 16 tests) 2026-05-23 14:30:32 -04:00
commissioning.rs test(adr-115): property-based fuzzing for Matter commissioning encoder (424 lib tests) 2026-05-23 15:24:27 -04:00
mod.rs feat(adr-115): P8 — Matter bridge tree + commissioning code (38 tests, lib total 410) 2026-05-23 14:36:10 -04:00