diff --git a/globset/src/lib.rs b/globset/src/lib.rs index c8bc054..3210c58 100644 --- a/globset/src/lib.rs +++ b/globset/src/lib.rs @@ -14,8 +14,6 @@ src/**/foo.rs and a path `src/bar/baz/foo.rs`, then the set would report the first and third globs as matching. -Single glob matching is also provided and is done by converting globs to - # Example: one glob This example shows how to match a single glob against a single file path.