mirror of https://github.com/zkat/miette.git
* Add more tests for diagnostic_source * Use Borrow::borrow instead of AsRef AsRef is not reflexive, meaning that it is not implemented as &T for all T. Borrow is though, so we use that to make sure that we always get a reference that is correct, even in the presence of smart pointers. |
||
|---|---|---|
| .. | ||
| code.rs | ||
| diagnostic.rs | ||
| diagnostic_arg.rs | ||
| diagnostic_source.rs | ||
| fmt.rs | ||
| forward.rs | ||
| help.rs | ||
| label.rs | ||
| lib.rs | ||
| related.rs | ||
| severity.rs | ||
| source_code.rs | ||
| url.rs | ||
| utils.rs | ||