• B
    Give IgnorePatterns a better interface · c1e20666
    Benjamin Sago 提交于
    This commit gives IgnorePatterns a bunch of constructor methods that mean its option-parsing sister file doesn’t need to know that it’s a vec of glob patterns inside: it can work with anything that iterates over strings. Now, the options module doesn’t need to know about the glob crate.
    c1e20666
filter.rs 7.0 KB