Skip to content

Commit

Permalink
Rollup merge of #132851 - chansuke:update-comment, r=thomcc
Browse files Browse the repository at this point in the history
Update the doc comment of `ASCII_CASE_MASK`

Revived and continued the work from #120282.

the original [branch](https://github.com/mahmudsudo/rust-1/tree/patch-1) was deleted, i created a new branch to carry the changes forward
  • Loading branch information
matthiaskrgr authored Nov 12, 2024
2 parents bd79fe7 + b496873 commit 5419f41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/core/src/num/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ impl isize {
midpoint_impl! { isize, signed }
}

/// If the 6th bit is set ascii is lower case.
/// If the bit selected by this mask is set, ascii is lower case.
const ASCII_CASE_MASK: u8 = 0b0010_0000;

impl u8 {
Expand Down

0 comments on commit 5419f41

Please sign in to comment.