Release 0.3.0
Changed
- Implement
Debug
by forwarding to the contained value (thanks to @mbartlett21)
This means thatDiplomaticBag<T>
now only implementsDebug
ifT
does.
Debug
by forwarding to the contained value (thanks to @mbartlett21)DiplomaticBag<T>
now only implements Debug
if T
does.