You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Proper panic message should be added by assert! or need to use checked operations.
Could you either add an asset that forbids using a width of zero of add the checked arithmetic? I think it's okay to document that the width should be non-zero and just reject such input since it doesn't make sense.
I executed fuzzing with textwrap-0.16.0. Proper panic message should be added by
assert!
or need to use checked operations.reproduce with :
The text was updated successfully, but these errors were encountered: