Move empty range function into algorithm utils

This commit is contained in:
Armin Ronacher 2021-02-20 20:58:01 +01:00
parent 1cc4ec4d25
commit 5a24bb8652
5 changed files with 10 additions and 8 deletions

View file

@ -36,6 +36,7 @@
mod capture;
mod hook;
mod replace;
mod utils;
use std::hash::Hash;
use std::ops::{Index, Range};