Skip to content

Commit d49ca5f

Browse files
committed
replace tab with 4 spaces
1 parent c7c0b11 commit d49ca5f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/builder.rs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -667,11 +667,11 @@ impl Builder {
667667
/// if the leftmost bit was one.
668668
///
669669
/// ```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+
///
675675
/// // Logical Right Shift
676676
/// assert_eq!(0b1100_0000 >> 2, 0b0011_0000);
677677
/// assert_eq!(0b0000_0010 >> 1, 0b0000_0001);

0 commit comments

Comments
 (0)