Skip to content

Commit 8d46a0c

Browse files
CentrilMark-Simulacrum
authored andcommitted
Fix bug in 1.37.0 blog post (u32::reverse_bits)
1 parent 1172bda commit 8d46a0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/2019-08-15-Rust-1.37.0.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ In Rust 1.37.0 there have been a number of standard library stabilizations:
153153
- [`Cell::as_slice_of_cells`]
154154
- [`DoubleEndedIterator::nth_back`]
155155
- [`Option::xor`]
156-
- [`{i,u}{8,16,64,128,size}::reverse_bits`] and [`Wrapping::reverse_bits`]
156+
- [`{i,u}{8,16,32,64,128,size}::reverse_bits`] and [`Wrapping::reverse_bits`]
157157
- [`slice::copy_within`]
158158

159159
### Other changes

0 commit comments

Comments
 (0)