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
thought: should we be including this? fuzzing is usually run with debug assertions on so the debug_assert doesn't get us much. I am comfortable with more thoroughly documenting the safety situation instead
Originally posted by @Manishearth in #151 (comment)
Another option is adding a
test_assert!
macro that is guarded oncfg(test)
, so it only runs for this crate's tests.The text was updated successfully, but these errors were encountered: