Skip to content

Commit

Permalink
Unrolled build for rust-lang#134426
Browse files Browse the repository at this point in the history
Rollup merge of rust-lang#134426 - hkBst:patch-3, r=lqd

Fix typo in uint_macros.rs
  • Loading branch information
rust-timer authored Dec 18, 2024
2 parents 7e6bf00 + c482b31 commit adbaf1b
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 adbaf1b

Please sign in to comment.