From 652c70f207ccfd859055c0bde09cbd6cc4a3d263 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Mon, 12 Dec 2016 06:58:33 -0500 Subject: [PATCH] Fix cut-off line in globset docs. Fixes #277 --- globset/src/lib.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/globset/src/lib.rs b/globset/src/lib.rs index c8bc054b..3210c58a 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.