1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-08-04 21:52:54 +02:00

ignore/api: add Clone and Debug impls for OverrideBuilder

PR #2397
This commit is contained in:
Christian Vallentin
2023-01-15 14:16:27 +01:00
committed by GitHub
parent bc55049327
commit 826f3fad5b

View File

@ -106,6 +106,7 @@ impl Override {
}
/// Builds a matcher for a set of glob overrides.
#[derive(Clone, Debug)]
pub struct OverrideBuilder {
builder: GitignoreBuilder,
}