From d897fdea87b263207b9de6e7a59eea5f09874de6 Mon Sep 17 00:00:00 2001 From: Austen Adler Date: Sun, 2 Oct 2022 10:43:21 -0400 Subject: [PATCH] Add todo for more efficient get_hash --- src/utils.rs | 1 + 1 file changed, 1 insertion(+) 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>,