conventions: Fix semicolon/colon typo
This commit is contained in:
parent
ddde77fd15
commit
b9d3a71115
|
|
@ -69,7 +69,7 @@ for something that you want to get back to before you land your PR:
|
||||||
```rust,ignore
|
```rust,ignore
|
||||||
fn do_something() {
|
fn do_something() {
|
||||||
if something_else {
|
if something_else {
|
||||||
unimplemented!(): // TODO write this
|
unimplemented!(); // TODO write this
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue