Fix broken link in readme

master
Nick Krichevsky 2021-11-27 23:40:48 -05:00
parent 4d9c69cc96
commit 2591a2736b
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# try-continue
`try-continue` provides one method, [`try_continue`](`TryContinue::try_continue`),
`try-continue` provides one method, [`try_continue`](`https://docs.rs/try-continue/0.1.0/try_continue/trait.TryContinue.html#method.try_continue`),
which allows you to work with iterators of type `Result<T, _>`, as if they were
simply iterators of type `T`. this is is implemented for all iterators providing
a `Result`. This is particularly useful if you need to map to a fallible function,