1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-01-13 21:28:13 +02:00

globset: fix compilation when serde is enabled

PR #1903
This commit is contained in:
Gleb Pomykalov 2021-06-18 17:30:47 +00:00 committed by GitHub
parent e33d6e73f5
commit 07f97d42cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
use serde::de::Error;
use serde::{Deserialize, Deserializer, Serialize, Serializer};
use Glob;
use crate::Glob;
impl Serialize for Glob {
fn serialize<S: Serializer>(