Skip to content

Commit f8d8095

Browse files
committed
Made the new ascii art doc "tests" text, not nothing, as nothing is rust, and these aren't Rust.
1 parent ab3713a commit f8d8095

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pdg/src/info.rs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,7 @@ mod test {
675675
/// *y = 2;
676676
/// ```
677677
///
678-
/// ```
678+
/// ```text
679679
/// A
680680
/// +------.
681681
/// X1 |
@@ -725,7 +725,7 @@ mod test {
725725
/// *y = 2;
726726
/// ```
727727
///
728-
/// ```
728+
/// ```text
729729
/// A
730730
/// +------.
731731
/// X1 |
@@ -781,7 +781,7 @@ mod test {
781781
/// *y = 2;
782782
/// ```
783783
///
784-
/// ```
784+
/// ```text
785785
/// A
786786
/// +------.
787787
/// X1 |
@@ -837,7 +837,7 @@ mod test {
837837
/// *y = 2;
838838
/// ```
839839
///
840-
/// ```
840+
/// ```text
841841
/// A
842842
/// +------.
843843
/// X1 |
@@ -893,7 +893,7 @@ mod test {
893893
/// *y = 2;
894894
/// ```
895895
///
896-
/// ```
896+
/// ```text
897897
/// A
898898
/// +------.
899899
/// X1 |
@@ -956,7 +956,7 @@ mod test {
956956
/// something like `&mut Vec<_>` or a custom smart pointer type, rustc would reject the
957957
/// modified code.
958958
///
959-
/// ```
959+
/// ```text
960960
/// A
961961
/// +------.
962962
/// X1 |

0 commit comments

Comments
 (0)