quickcheck
quickcheck copied to clipboard
Shut up non_fmt_panic warning
Like a few other macros, panic! accepts a format string and arguments.
The format string is meant to be static and calling it with a message string will generate a warning.
Currently, the warning also indicates that rustc will generate an error instead in the near future.
Fixes #305.
@BurntSushi can we get this merged? ❤️