mirror of
https://github.com/sharkdp/bat.git
synced 2025-09-01 10:52:24 +01:00
s/Lazy<GlobMatcher>/Lazy<Option<GlobMatcher>>/
This commit is contained in:
@@ -41,7 +41,7 @@ impl MappingTarget {
|
||||
#[derive(Clone, Debug, PartialEq, Eq, Hash, DeserializeFromStr)]
|
||||
/// A single matcher.
|
||||
///
|
||||
/// Codegen converts this into a `Lazy<GlobMatcher>`.
|
||||
/// Codegen converts this into a `Lazy<Option<GlobMatcher>>`.
|
||||
struct Matcher(Vec<MatcherSegment>);
|
||||
/// Parse a matcher.
|
||||
///
|
||||
|
Reference in New Issue
Block a user