| Filename | Latest commit message | Latest commit date |
|---|---|---|
argus on PR #832: - 🟡 spawn_poll was inserted BETWEEN write's closing doc and the pub fn write line; rust treated the consecutive /// as one block, so spawn_poll inherited write's tail and write ended up with no closing doc. moved spawn_poll AFTER write to fix attribution. - 🟡 spawn_poll(coord) took Arc<Coordinator> just to drop it immediately. dropped the param; main.rs call site now just agent_sockets::spawn_poll(). no functional change. 10 tests still pass. |
||
| .. | ||
| src | ||
| Cargo.toml | ||