summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-12-12 06:58:33 -0500
committerAndrew Gallant <jamslam@gmail.com>2016-12-12 06:58:33 -0500
commit652c70f207ccfd859055c0bde09cbd6cc4a3d263 (patch)
tree296e8adf67a88f5939195e1072083853043b2804
parentbb70f967437279e49fb87df23ae567c276e4cc33 (diff)
Fix cut-off line in globset docs.
Fixes #277
-rw-r--r--globset/src/lib.rs2
1 files changed, 0 insertions, 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.