aboutsummaryrefslogtreecommitdiffstats
path: root/src/parse/regex/byte_range.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse/regex/byte_range.rs')
-rw-r--r--src/parse/regex/byte_range.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/parse/regex/byte_range.rs b/src/parse/regex/byte_range.rs
index 0151f0c..b7642c1 100644
--- a/src/parse/regex/byte_range.rs
+++ b/src/parse/regex/byte_range.rs
@@ -20,7 +20,6 @@ impl ByteRange {
Self { from, to }
}
- #[cfg(test)]
pub fn new_single(c: u8) -> Self {
Self::new_range(c, c)
}