diff options
author | Teddy Wing | 2019-11-02 00:59:37 +0100 |
---|---|---|
committer | Teddy Wing | 2019-11-02 00:59:37 +0100 |
commit | 4edf6b9525521d65edfc9faa4097ffb8b114799f (patch) | |
tree | 0636f366d7f2ba6c43e8cdeaa5fe5b5640e7e328 /src/main.rs | |
parent | 92f8f57b76b32c3d3e52d4b61dcdf25969f47ab7 (diff) | |
download | pdf-urls-4edf6b9525521d65edfc9faa4097ffb8b114799f.tar.bz2 |
get_urls_from_pdf: Remove `return`s to fix URL output
Turns out when I removed the `unwrap`s in
92f8f57b76b32c3d3e52d4b61dcdf25969f47ab7, the `return`s I added to the
`match` expressions caused the loops to exit early without iterating
over all the objects in the PDF.
Remove the `return`s and fix up the expression return types to get URLs
printing again.
Diffstat (limited to 'src/main.rs')
0 files changed, 0 insertions, 0 deletions