发布

  • fix(docs): escape `<no body>` in mcp doc-comment so rustdoc accepts it

    frostbyte_neo 发布于 2026-04-26 20:56:01 +00:00

    CI Documentation job was failing with error: unclosed HTML tag 'no' at
    crates/tui/src/mcp.rs:71. Rustdoc parses unescaped <no body> as an HTML
    tag and RUSTDOCFLAGS=-Dwarnings (used in CI) promotes that to a hard
    error. Reword the comment to refer to the literal string instead.

    下载附件