File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -667,11 +667,11 @@ impl Builder {
667
667
/// if the leftmost bit was one.
668
668
///
669
669
/// ```rust,no_run
670
- /// //fix doc error about overflowing_literals
671
- /// //rendered rfc: https://github.com/rust-lang/rfcs/blob/master/text/2438-deny-integer-literal-overflow-lint.md
672
- /// //tracking issue: https://github.com/rust-lang/rust/issues/54502
673
- /// #![allow(overflowing_literals)]
674
- ///
670
+ /// //fix doc error about overflowing_literals
671
+ /// //rendered rfc: https://github.com/rust-lang/rfcs/blob/master/text/2438-deny-integer-literal-overflow-lint.md
672
+ /// //tracking issue: https://github.com/rust-lang/rust/issues/54502
673
+ /// #![allow(overflowing_literals)]
674
+ ///
675
675
/// // Logical Right Shift
676
676
/// assert_eq!(0b1100_0000 >> 2, 0b0011_0000);
677
677
/// assert_eq!(0b0000_0010 >> 1, 0b0000_0001);
You can’t perform that action at this time.
0 commit comments