We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3577716 commit b0cd96eCopy full SHA for b0cd96e
src/macros.rs
@@ -60,8 +60,8 @@ macro_rules! libc_bitflags {
60
61
/// The `libc_enum!` macro helps with a common use case of defining an enum exclusively using
62
/// values from the `libc` crate. The type after the enum name specifies the type of the constants
63
-/// in libc. The macro will generate impls of From and TryFrom to convert between numeric and enum
64
-/// values.
+/// in `libc`. The macro will generate impls of `From` and `TryFrom` to convert between numeric and
+/// enum values.
65
///
66
/// `TryFrom` is only implemented for Rust >= 1.34.0, where the trait is stable. An equivalent
67
/// `try_from` inherent method is made available regardless of the Rust version. `TryInto` should
0 commit comments