lycheeverse / lychee

⚡ Fast, async, stream-based link checker written in Rust. Finds broken URLs and mail addresses inside Markdown, HTML, reStructuredText, websites and more!
https://lychee.cli.rs
Apache License 2.0
2.22k stars 134 forks source link

Box Octocrab error as it is too large #1543

Closed mre closed 4 weeks ago

mre commented 4 weeks ago

This pull request fixes an issue where our error type was too large. The octocrab error variant is now boxed using Box<octocrab::Error>. This should fix the current clippy issues.