mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-05-19 09:40:22 -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:
parent
4b8aa91ae5
commit
d34c5c88a7
@ -23,7 +23,7 @@ impl<'de> Deserialize<'de> for Glob {
|
|||||||
|
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
mod tests {
|
mod tests {
|
||||||
use Glob;
|
use crate::Glob;
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn glob_json_works() {
|
fn glob_json_works() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user