instant-xml/instant-xml-macros
Wez Furlong 5c0171b474 emit ::std::result::Result rather than unqualified Result
This fixes an issue where attempting to derive FromXml or ToXml
would fail if the embedding application had used something like

```
pub type Result<T> = std::result::Result<T, Error>;
```
2024-05-23 00:01:20 +02:00
..
src emit ::std::result::Result rather than unqualified Result 2024-05-23 00:01:20 +02:00
Cargo.toml Bump instant-xml-macros version to 0.4.2 2024-04-02 07:19:39 +02:00