FromZeroes
is misspelt
#431
Labels
blocking-next-release
This issue should be resolved before we release on crates.io
FromZeroes
is misspelt
#431
We need to rename
FromZeroes
toFromZeros
. We attempted this in #430, by doing the rename, and providing an alias:The intention here was that this would gently nudge users towards
FromZeros
, and then in0.8
, we would add a deprecated notice:#[deprecated(since = "0.8.0", note = "FromZeroes has been renamed to FromZeros")]
However, we found from our UI tests that Rust recommends using "FromZeroes" in its suggestions — even when it's both
doc(hidden)
and deprecated. This would have the opposite of the intended effect.We need to investigate whether this is a fixable Rust bug, and if there is any action we can take before 0.8.
The text was updated successfully, but these errors were encountered: