Removed old code from doc test README.md

This commit is contained in:
Filipe Rodrigues 2020-03-23 00:16:15 +00:00
parent 66bb3ec9ed
commit 042b177e24

View File

@ -20,8 +20,6 @@ pub fn main() -> Result<(), StringError<Box<dyn Error>>> {
assert!( contents.starts_with("String error type.") );
// ... Do something with `num`
Ok(())
}
```