conventions: Fix semicolon/colon typo
This commit is contained in:
parent
13a681629b
commit
27c18dc09b
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ for something that you want to get back to before you land your PR:
|
|||
```rust,ignore
|
||||
fn do_something() {
|
||||
if something_else {
|
||||
unimplemented!(): // TODO write this
|
||||
unimplemented!(); // TODO write this
|
||||
}
|
||||
}
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue