Remove lingering flame_it cfg

This commit is contained in:
Ryan Geary 2020-03-15 14:51:26 -04:00
parent c81efcf42f
commit 81589d8aab

View file

@ -72,7 +72,6 @@ impl Choice {
}
}
#[cfg_attr(feature = "flame_it", flame)]
pub fn is_reverse_range(&self) -> bool {
self.end < self.start
}