assert_ne

Macro assert_ne 

Source
macro_rules! assert_ne {
    ($lhs:expr, $rhs:expr$(, $txt:literal)?) => { ... };
}
Expand description

Assert whether two items are not equal similar to core::assert_ne.

This macro has better formatting within the context of this crate.