eyre-rs / eyre

A trait object based error handling type for easy idiomatic error handling and reporting in Rust applications
Apache License 2.0
1.35k stars 63 forks source link

fix(docs): enclose inline code in backticks #170

Closed LeoniePhiline closed 4 months ago

LeoniePhiline commented 4 months ago

Fixes #169

Besides enclosing inline code in backticks, I also made two tiny documentation improvements - please let me know if you want them undone:

LeoniePhiline commented 4 months ago

The CI failures are unrelated: Shall I rebase onto test-ci / #161 / #163?

yaahc commented 4 months ago

@LeoniePhiline I think we'll land 163 then you can go ahead and rebase on master

yaahc commented 4 months ago

turns out I was able to do the rebase myself easily ^_^

LeoniePhiline commented 4 months ago

Thank you! ☺️