diff --git a/src/utils.rs b/src/utils.rs index 1124de5..afadfb9 100644 --- a/src/utils.rs +++ b/src/utils.rs @@ -41,6 +41,7 @@ pub fn get_key( /// Get a key out of a selection based on options pub fn get_hash( + // TODO: Accept any Into> selection: &Selection, skip_whitespace: bool, regex: Option<&Regex>,