mirror of
https://github.com/pldubouilh/blockfast.git
synced 2026-08-29 13:27:04 -04:00
ci
This commit is contained in:
@@ -39,7 +39,6 @@ pub fn resolve_path(a: &str) -> Result<PathBuf> {
|
||||
}
|
||||
|
||||
pub fn parse_regex(a: &str) -> Result<Regex> {
|
||||
println!("a {:?}", a);
|
||||
let r: Regex = Regex::new(a).context("invalid regexp for generic parser")?;
|
||||
Ok(r)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user