diff --git a/src/suggestions.rs b/src/suggestions.rs index fb76767..f91deb8 100644 --- a/src/suggestions.rs +++ b/src/suggestions.rs @@ -173,6 +173,7 @@ pub fn get_completion(key: String) -> Option> { } } +/* #[cfg(test)] mod tests { use std::collections::HashMap; @@ -278,3 +279,4 @@ mod tests { } */ } +*/