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
The following code currently triggers assertion_on_constants. I believe the specific pattern of debug_assert!(false, ...) should be ignored by this lint as there is no current better similarly concise way to express the behavior of panic-in-debug-mode-only.
The following code currently triggers assertion_on_constants. I believe the specific pattern of
debug_assert!(false, ...)
should be ignored by this lint as there is no current better similarly concise way to express the behavior of panic-in-debug-mode-only.Example occurrence in Chrome OS: platform/crosvm/gpu_display/src/lib.rs
Mentioning @Arkweid and @flip1995 who have worked on this lint.
clippy 0.0.212 (37f5c1e 2019-04-09)
The text was updated successfully, but these errors were encountered: