Skip to content

Commit

Permalink
Rollup merge of #134426 - hkBst:patch-3, r=lqd
Browse files Browse the repository at this point in the history
Fix typo in uint_macros.rs
  • Loading branch information
matthiaskrgr authored Dec 17, 2024
2 parents 4b905c8 + c482b31 commit 3b0df8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/core/src/num/uint_macros.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ macro_rules! uint_impl {
ActualT = $ActualT:ident,
SignedT = $SignedT:ident,

// There are all for use *only* in doc comments.
// These are all for use *only* in doc comments.
// As such, they're all passed as literals -- passing them as a string
// literal is fine if they need to be multiple code tokens.
// In non-comments, use the associated constants rather than these.
Expand Down

0 comments on commit 3b0df8c

Please sign in to comment.