Move empty range function into algorithm utils
This commit is contained in:
parent
1cc4ec4d25
commit
5a24bb8652
5 changed files with 10 additions and 8 deletions
|
|
@ -36,6 +36,7 @@
|
|||
mod capture;
|
||||
mod hook;
|
||||
mod replace;
|
||||
mod utils;
|
||||
|
||||
use std::hash::Hash;
|
||||
use std::ops::{Index, Range};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue