Searched refs:is_superfluous (Results 1 – 1 of 1) sorted by relevance
72 pub fn is_superfluous(&self, dest: &dyn NamedAndVersioned) -> bool { in is_superfluous() method278 assert!(!version_match.is_superfluous(&equal)); in test_version_map()290 assert!(!version_match.is_superfluous(&compatible_old)); in test_version_map()291 assert!(!version_match.is_superfluous(&compatible_new)); in test_version_map()297 assert!(!version_match.is_superfluous(&incompatible_old)); in test_version_map()298 assert!(version_match.is_superfluous(&incompatible_new)); in test_version_map()304 assert!(!version_match.is_superfluous(&downgrade_old)); in test_version_map()305 assert!(version_match.is_superfluous(&downgrade_new)); in test_version_map()311 assert!(!version_match.is_superfluous(&missing)); in test_version_map()317 assert!(version_match.is_superfluous(&superfluous)); in test_version_map()