Update README

fix typo for the `unimplemented!()` macro
pull/97/head
Rod Elias 4 years ago committed by GitHub
parent b54db110c5
commit b89c794a14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -8112,7 +8112,7 @@ error[E0412]: cannot find type `WorldsBestType` in this scope
| ^^^^^^^^^^^^^^ not found in this scope
```
`todo!()` is actually the same as another macro: `unimplemented!()`. Programmers were using `unimplemented()` a lot but it was long to type, so they created `todo!()` which is shorter.
`todo!()` is actually the same as another macro: `unimplemented!()`. Programmers were using `unimplemented!()` a lot but it was long to type, so they created `todo!()` which is shorter.
## Rc

Loading…
Cancel
Save