assert_abs_diff_ne

Macro assert_abs_diff_ne 

Source
macro_rules! assert_abs_diff_ne {
    ($($arg:tt)*) => { ... };
}
👎Deprecated: Please rename from assert_abs_diff_ne into assert_abs_diff_ne_x.
Expand description

Assert an absolute difference is not equal to an expression.

Deprecated. Please rename from assert_abs_diff_ne into assert_abs_diff_ne_x.