Skip to content

Commit 97f9505

Browse files
committed
run prettier
1 parent fb8f701 commit 97f9505

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

crates/ignore/README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
ignore
2-
======
1+
# ignore
2+
33
The ignore crate provides a fast recursive directory iterator that respects
44
various filters such as globs, file types and `.gitignore` files. This crate
55
also provides lower level direct access to gitignore and file type matchers.
@@ -29,7 +29,6 @@ recursively traverse the current directory while automatically filtering out
2929
files and directories according to ignore globs found in files like
3030
`.ignore` and `.gitignore`:
3131

32-
3332
```rust,no_run
3433
use ignore::Walk;
3534

0 commit comments

Comments
 (0)