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.
macro_rules! assert_ne {
($lhs:expr, $rhs:expr$(, $txt:literal)?) => { ... };
}Assert whether two items are not equal similar to core::assert_ne.
This macro has better formatting within the context of this crate.