1.0.1 — fixes for marker_traits(...) and older compiler versions
- Fixed a compilation error in the macro code on Rust 1.46 which was caused by not smart enough inference on that version.
- Fixed output when using
marker_traits(...)
not generating<'_>
when implementing the marker traits for the thin trait object and incorreclty generating+
punctuation in thenew
constructor's bounds onT
.