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
6
6
requires the unstable ` std::num::FromPrimitive ` and is disabled in
7
7
Rust 1.0.
8
8
9
- The current implementation requires all variants of the num to
9
+ The current implementation requires all variants of the enum to
10
10
have an explicit discriminator value. This restriction may be
11
11
relaxed in future versions.
12
12
Original file line number Diff line number Diff line change 28
28
//! requires the unstable `std::num::FromPrimitive` and is disabled in
29
29
//! Rust 1.0.
30
30
//!
31
- //! The current implementation requires all variants of the num to
31
+ //! The current implementation requires all variants of the enum to
32
32
//! have an explicit discriminator value. This restriction may be
33
33
//! relaxed in future versions.
34
34
//!
You can’t perform that action at this time.
0 commit comments