Fixed formatting.
The code block shows up inline without proper formatting without this newline. Signed-off-by: Noufal Ibrahim <noufal@nibrahim.net.in>
This commit is contained in:
parent
dc079e1596
commit
c118b89ad9
1 changed files with 1 additions and 0 deletions
|
@ -759,6 +759,7 @@ different type from `Bar(1, 2)`), and tuple structs' _fields_ do not have
|
||||||
names.
|
names.
|
||||||
|
|
||||||
For example:
|
For example:
|
||||||
|
|
||||||
~~~~
|
~~~~
|
||||||
struct MyTup(int, int, f64);
|
struct MyTup(int, int, f64);
|
||||||
let mytup: MyTup = MyTup(10, 20, 30.0);
|
let mytup: MyTup = MyTup(10, 20, 30.0);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue