bitvec icon indicating copy to clipboard operation
bitvec copied to clipboard

Fix formatting error in shift_right

Open ciphergoth opened this issue 1 year ago • 1 comments

Rustdoc doesn't correctly handle a backquoted literal that crosses a line break, so give it a line to itself.

ciphergoth avatar Mar 21 '24 13:03 ciphergoth

https://docs.rs/bitvec/latest/bitvec/slice/struct.BitSlice.html#method.shift_right looks like this for me: Screenshot 2024-03-21 at 06 33 46

ciphergoth avatar Mar 21 '24 13:03 ciphergoth