Skip to content

Commit 946e11a

Browse files
Alcaromark-i-m
authored andcommitted
conventions: Fix semicolon/colon typo
1 parent 8871bd7 commit 946e11a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/conventions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ for something that you want to get back to before you land your PR:
6969
```rust,ignore
7070
fn do_something() {
7171
if something_else {
72-
unimplemented!(): // TODO write this
72+
unimplemented!(); // TODO write this
7373
}
7474
}
7575
```

0 commit comments

Comments
 (0)