#![allow(dead_code, deprecated, unused_variables, unused_mut)] fn main() { let a = 3; let b = 2; assert_ne!(a, b); assert_ne!(a, b, "we are testing that the values are not equal"); }