⚡ Fast, async, stream-based link checker written in Rust. Finds broken URLs and mail addresses inside Markdown, HTML, reStructuredText, websites and more!
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.
This pull request fixes an issue where our error type was too large. The
octocrab
error variant is now boxed usingBox<octocrab::Error>
. This should fix the current clippy issues.