Format should not panic if you try to format it more than once #307
Open
Description
Some logging frameworks will format things sent to the error!
macro twice.
Some possible solutions:
- Print a "iterator exhausted" message instead of panicking
- Impose a
Clone
bound on the iterator being formatted so that we can format it multiple times - Doesn't
fmt
return aResult
anyway? Why not just returnErr
?
Metadata
Assignees
Labels
No labels