Searched refs:m1 (Results 1 – 1 of 1) sorted by relevance
1678 let mut m1 = RBTree::new(); in test_eq() localVariable1679 m1.insert(1, 2); in test_eq()1680 m1.insert(2, 3); in test_eq()1681 m1.insert(3, 4); in test_eq()1687 assert!(m1 != m2); in test_eq()1691 assert_eq!(m1, m2); in test_eq()