Merge pull request #82 from felixrabe/patch-1

Typo
pull/83/head
Nick Cameron 5 years ago committed by GitHub
commit 2fd15e4839
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -26,7 +26,7 @@ fn bar() -> Result<(), ()> {
// Implicit return in try!.
try!(baz());
// Normal return.
OK(())
Ok(())
}
```

Loading…
Cancel
Save