miette/miette-derive
Marcel Müller 3914726ddb 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-06 08:14:20 +02:00
..
src Use Borrow::borrow instead of AsRef 2022-05-06 08:14:20 +02: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