File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2279,7 +2279,7 @@ impl MethodCodegen for Method {
2279
2279
pub enum EnumVariation {
2280
2280
/// The code for this enum will use a Rust enum
2281
2281
Rust {
2282
- /// Indicates whether the generated struct should be #[non_exhaustive]
2282
+ /// Indicates whether the generated struct should be ` #[non_exhaustive]`
2283
2283
non_exhaustive : bool ,
2284
2284
} ,
2285
2285
/// The code for this enum will use a newtype
Original file line number Diff line number Diff line change @@ -909,7 +909,7 @@ impl Builder {
909
909
}
910
910
911
911
/// Mark the given enum (or set of enums, if using a pattern) as a Rust
912
- /// enum with the #[non_exhaustive] attribute.
912
+ /// enum with the ` #[non_exhaustive]` attribute.
913
913
///
914
914
/// This makes bindgen generate enums instead of constants. Regular
915
915
/// expressions are supported.
You can’t perform that action at this time.
0 commit comments