Skip to content

Nightly docs missing relevant float parsing impls #31948

Closed
@hanna-kruppe

Description

@hanna-kruppe

#31903 hid all trait impls from doc(hidden) modules. This was a step in the right direction, since it removed several dead links (mentions of traits that really should be hidden). Unfortunately currently FromStr is implemented in the hidden module core::num::dec2flt and thus the current nightly doesn't document this impl at all (neither on the trait's page nor on the primitive pages). For the same reason, ParseFloatError doesn't seem to implement any traits (except Error o.O perhaps because of the bound on the associated type FromStr::Error).

Metadata

Metadata

Assignees

No one assigned

    Labels

    T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions