vcombey / fallible_collections

impl fallible collections in rust, quite as describe in RFC 2116
Apache License 2.0
31 stars 14 forks source link

Fix TryVec Debug formatting #14

Closed baumanj closed 3 years ago

baumanj commented 3 years ago

Using an explicit "{:?}" string prevents callers from passing down additional flags such as "{:#?}"