summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Geary <rtgnj42@gmail.com>2020-03-15 14:51:26 -0400
committerRyan Geary <rtgnj42@gmail.com>2020-03-15 14:51:26 -0400
commit81589d8aab88ba4e8d16f98ca6bef994d5216d4f (patch)
tree62bd9b8f2c03e4e8ab74c858998fa0f22b69f3c1
parentc81efcf42f7b947b909b41123c7ac464fa6270e1 (diff)
Remove lingering flame_it cfg
-rw-r--r--src/choice.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/choice.rs b/src/choice.rs
index 80e0a8c..1b26085 100644
--- a/src/choice.rs
+++ b/src/choice.rs
@@ -72,7 +72,6 @@ impl Choice {
}
}
- #[cfg_attr(feature = "flame_it", flame)]
pub fn is_reverse_range(&self) -> bool {
self.end < self.start
}