File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -675,7 +675,7 @@ mod test {
675
675
/// *y = 2;
676
676
/// ```
677
677
///
678
- /// ```
678
+ /// ```text
679
679
/// A
680
680
/// +------.
681
681
/// X1 |
@@ -725,7 +725,7 @@ mod test {
725
725
/// *y = 2;
726
726
/// ```
727
727
///
728
- /// ```
728
+ /// ```text
729
729
/// A
730
730
/// +------.
731
731
/// X1 |
@@ -781,7 +781,7 @@ mod test {
781
781
/// *y = 2;
782
782
/// ```
783
783
///
784
- /// ```
784
+ /// ```text
785
785
/// A
786
786
/// +------.
787
787
/// X1 |
@@ -837,7 +837,7 @@ mod test {
837
837
/// *y = 2;
838
838
/// ```
839
839
///
840
- /// ```
840
+ /// ```text
841
841
/// A
842
842
/// +------.
843
843
/// X1 |
@@ -893,7 +893,7 @@ mod test {
893
893
/// *y = 2;
894
894
/// ```
895
895
///
896
- /// ```
896
+ /// ```text
897
897
/// A
898
898
/// +------.
899
899
/// X1 |
@@ -956,7 +956,7 @@ mod test {
956
956
/// something like `&mut Vec<_>` or a custom smart pointer type, rustc would reject the
957
957
/// modified code.
958
958
///
959
- /// ```
959
+ /// ```text
960
960
/// A
961
961
/// +------.
962
962
/// X1 |
You can’t perform that action at this time.
0 commit comments