Update Examples
parent
008b54845e
commit
a522cce733
@ -66,7 +66,6 @@ fn main() {
|
|||||||
let mutable = true;
|
let mutable = true;
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
</td><td>
|
</td><td>
|
||||||
|
|
||||||
```
|
```
|
||||||
@ -91,8 +90,8 @@ fn main
|
|||||||
|
|
||||||
// Variables can be overwritten with shadowing.
|
// Variables can be overwritten with shadowing.
|
||||||
let mutable = true
|
let mutable = true
|
||||||
```
|
|
||||||
|
|
||||||
|
```
|
||||||
</td></tr></table>
|
</td></tr></table>
|
||||||
|
|
||||||
#### Literals and operators
|
#### Literals and operators
|
||||||
|
Loading…
Reference in New Issue
Block a user