Skip to content

Please increase rustdoc build limit for pmat #3370

Description

@noahgift

Crate

pmathttps://docs.rs/crate/pmat

Request

Please increase the rustdoc execution time limit (currently 15m) for the pmat crate. docs.rs builds are failing because rustdoc exceeds the 15-minute limit; the most recent failed build is pmat 3.19.0 (https://docs.rs/crate/pmat/3.19.0/builds).

Why

pmat (paiml-mcp-agent-toolkit) is a large Rust code-analysis/MCP toolkit — ~4,200 source files plus a heavy dependency tree (the aprender ML/stats stack, swc parsers, arrow, tree-sitter, etc.). Documenting the public API exceeds the default rustdoc time budget.

What we've already done on our side

We've minimized the docs build via [package.metadata.docs.rs] to a lean feature set (no-default-features + core + rust-ast), dropping the heaviest optional parsers (swc/typescript, c/cpp). It compiles, but rustdoc still exceeds 15m.

A modest increase to the rustdoc time limit (and memory/build-time if needed) for this crate would let docs build successfully. Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions