We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa5641f commit b2dcb49Copy full SHA for b2dcb49
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