refactor(header): remove unused VecMap.is_empty
This commit is contained in:
		| @@ -54,9 +54,6 @@ impl<K: PartialEq, V> VecMap<K, V> { | |||||||
|     #[inline] |     #[inline] | ||||||
|     pub fn len(&self) -> usize { self.vec.len() } |     pub fn len(&self) -> usize { self.vec.len() } | ||||||
|  |  | ||||||
|     #[inline] |  | ||||||
|     pub fn is_empty(&self) -> bool { self.vec.is_empty() } |  | ||||||
|  |  | ||||||
|     #[inline] |     #[inline] | ||||||
|     pub fn iter(&self) -> ::std::slice::Iter<(K, V)> { |     pub fn iter(&self) -> ::std::slice::Iter<(K, V)> { | ||||||
|         self.vec.iter() |         self.vec.iter() | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user