We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 919980b commit 6eb016dCopy full SHA for 6eb016d
src/hello/print/print_display.md
@@ -110,7 +110,8 @@ each requires its own implementation. This is detailed further in
110
After checking the output of the above example, use the `Point2D` struct as
111
guide to add a Complex struct to the example. When printed in the same
112
way, the output should be:
113
-```
+
114
+```txt
115
Display: 3.3 +7.2i
116
Debug: Complex { real: 3.3, imag: 7.2 }
117
```
src/macros/variadics.md
@@ -33,7 +33,8 @@ fn main() {
33
34
35
Output:
36
37
38
1 + 2 = 3
39
3 + 4 = 7
40
(2 * 3) + 1 = 7
0 commit comments