Add syntax for previous commit

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
2020-03-10 12:20:15 -04:00
parent 551bd2c3f4
commit 3da72874f5

View File

@@ -209,7 +209,7 @@ fn parse_string(input: &str) -> String {
s
}
fn parse_reg(input: &str) -> Option<Reg> {
pub fn parse_reg(input: &str) -> Option<Reg> {
use regex::Regex;
use lazy_static::lazy_static;
lazy_static! {