rust-fuzz / arbitrary

Generating structured data from arbitrary, unstructured input.

Home Page:https://docs.rs/arbitrary/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Panic documentation for int_in_range is wrong

Diggsey opened this issue · comments

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

Actually, start == end will not panic.

Thanks 👍