rust-fuzz/arbitrary

Panic documentation for int_in_range is wrong

Diggsey opened this issue · 1 comments

Panics if range.start >= range.end. That is, the given range must be non-empty.

Actually, start == end will not panic.

Thanks 👍