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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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