We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ed0c8c6 + 9efaaf1 commit e21e03fCopy full SHA for e21e03f
src/doc/src/reference/manifest.md
@@ -416,7 +416,7 @@ The patterns should be [gitignore]-style patterns. Briefly:
416
`foo`.
417
- `/**/` matches zero or more directories. For example, `a/**/b` matches
418
`a/b`, `a/x/b`, `a/x/y/b`, and so on.
419
-- `!` prefix negates a pattern. For example, a pattern of `src/**.rs` and
+- `!` prefix negates a pattern. For example, a pattern of `src/*.rs` and
420
`!foo.rs` would match all files with the `.rs` extension inside the `src`
421
directory, except for any file named `foo.rs`.
422
0 commit comments