mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 14:06:40 +02:00
replace the regex crate with the fancy-regex crate (#6227)
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
// FIXME: re-enable tests
|
||||
/*
|
||||
use nu_json::Value;
|
||||
use regex::Regex;
|
||||
use fancy_regex::Regex;
|
||||
use std::fs;
|
||||
use std::io;
|
||||
use std::path::{Path, PathBuf};
|
||||
|
Reference in New Issue
Block a user