Closed
Description
#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
).