Add missing semi-colon

This commit is contained in:
Lawrence Woodman 2016-01-06 06:27:29 +00:00
parent ca1f0c9b64
commit 0ca33adabf

View File

@ -1795,7 +1795,7 @@ To convert this to proper error handling, we need to do the following:
Let's try it:
```rust,ignore
use std::error::Error
use std::error::Error;
// The rest of the code before this is unchanged