Macro std::prelude::assert_ne

Re-export from std::assert_ne

macro assert_ne($lhs, $rhs) { ... }

Panics if lhs and rhs are equal.

Examples