File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ alternative to the built-in `#[derive(FromPrimitive)]`, which
66requires the unstable ` std::num::FromPrimitive ` and is disabled in
77Rust 1.0.
88
9- The current implementation requires all variants of the num to
9+ The current implementation requires all variants of the enum to
1010have an explicit discriminator value. This restriction may be
1111relaxed in future versions.
1212
Original file line number Diff line number Diff line change 2828//! requires the unstable `std::num::FromPrimitive` and is disabled in
2929//! Rust 1.0.
3030//!
31- //! The current implementation requires all variants of the num to
31+ //! The current implementation requires all variants of the enum to
3232//! have an explicit discriminator value. This restriction may be
3333//! relaxed in future versions.
3434//!
You can’t perform that action at this time.
0 commit comments