mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-07-26 01:31:57 -07: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:
@@ -23,7 +23,7 @@ impl<'de> Deserialize<'de> for Glob {
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use Glob;
|
||||
use crate::Glob;
|
||||
|
||||
#[test]
|
||||
fn glob_json_works() {
|
||||
|
Reference in New Issue
Block a user