Closed
Description
FromZeros::new_vec_zeroed
has the wrong cfg
rendered on docs.rs:

We emit the wrong doc_cfg
attribute:
Lines 1943 to 1946 in 2bec60b
We should fix this and also figure out whether there are other incorrect doc_cfg
items to fix while we're here.
Mentoring instructions
Find and fix any instance of doc_cfg
that doesn't match the corresponding cfg
attribute.