miette/miette-derive
Marcel Müller f783a0e2ae
Allow using smartpointers with source_diagnostic (#169)
* 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.
2022-05-13 08:19:05 -07:00
..
src Allow using smartpointers with source_diagnostic (#169) 2022-05-13 08:19:05 -07:00
Cargo.toml (cargo-release) start next development iteration 4.7.1-alpha.0 2022-05-05 08:59:47 -07:00
LICENSE feat(derive): added basic derive macro 2021-08-15 11:49:02 -07:00