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
@ -759,6 +759,7 @@ different type from `Bar(1, 2)`), and tuple structs' _fields_ do not have
|
||||
names.
|
||||
|
||||
For example:
|
||||
|
||||
~~~~
|
||||
struct MyTup(int, int, f64);
|
||||
let mytup: MyTup = MyTup(10, 20, 30.0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user