1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-08-10 05:59:25 +02:00

globset: fix build error in tests

I guess we haven't been testing with the Serde feature enabled? Weird.
This commit is contained in:
Andrew Gallant
2023-06-18 13:16:22 -04:00
parent 4b8aa91ae5
commit d34c5c88a7

View File

@@ -23,7 +23,7 @@ impl<'de> Deserialize<'de> for Glob {
#[cfg(test)]
mod tests {
use Glob;
use crate::Glob;
#[test]
fn glob_json_works() {