mirror of
https://github.com/Hopiu/lychee.git
synced 2026-04-01 12:20:22 +00:00
When piping the output of lychee's `--dump` output to another program, we can run into issues with broken pipes as described in https://github.com/rust-lang/rust/issues/46016 and https://gabebw.com/blog/2019/10/13/learning-rust-by-candlelight To avoid this, we use the underlying writeln macro and check the returned `ErrorKind`. |
||
|---|---|---|
| .. | ||
| main.rs | ||
| options.rs | ||
| stats.rs | ||