We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 687709f commit 655ad00Copy full SHA for 655ad00
src/fallible.rs
@@ -22,6 +22,9 @@ for_each_uint! { $ty $hide_docs =>
22
/// and the [`TryFrom`] implementation`
23
/// for invalid values.
24
///
25
+/// Note that the implementation of [`std::error::Error`]
26
+/// for this type is gated on the `std` feature flag.
27
+///
28
/// ```
29
/// # use std::convert::TryInto;
30
/// # use enumflags2::{bitflags, BitFlags};
0 commit comments