Skip to content

Commit

Permalink
Merge pull request #79 from waywardmonkeys/fix-missing-backticks
Browse files Browse the repository at this point in the history
docs: Add some missing backticks.
  • Loading branch information
RalfJung authored Nov 14, 2023
2 parents 2d22f1c + 5e9c147 commit 8561baa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/offset_of.rs
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ macro_rules! _memoffset__offset_of_union_impl {
/// ```
///
/// ## Note
/// Due to macro_rules limitations, this macro will accept structs with a single field as well as unions.
/// Due to `macro_rules!` limitations, this macro will accept structs with a single field as well as unions.
/// This is not a stable guarantee, and future versions of this crate might fail
/// on any use of this macro with a struct, without a semver bump.
#[macro_export(local_inner_macros)]
Expand Down
2 changes: 1 addition & 1 deletion src/raw_field.rs
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ macro_rules! raw_field_tuple {
/// ## Note
/// This macro is the same as `raw_field`, except for a different Deref-coercion check that
/// supports unions.
/// Due to macro_rules limitations, this check will accept structs with a single field as well as unions.
/// Due to `macro_rules!` limitations, this check will accept structs with a single field as well as unions.
/// This is not a stable guarantee, and future versions of this crate might fail
/// on any use of this macro with a struct, without a semver bump.
#[macro_export(local_inner_macros)]
Expand Down

0 comments on commit 8561baa

Please sign in to comment.