Searched refs:m1 (Results 1 – 1 of 1) sorted by relevance
1682 let mut m1 = RBTree::new(); in test_eq() localVariable1683 m1.insert(1, 2); in test_eq()1684 m1.insert(2, 3); in test_eq()1685 m1.insert(3, 4); in test_eq()1691 assert!(m1 != m2); in test_eq()1695 assert_eq!(m1, m2); in test_eq()