Skip to content

Commit db0bb92

Browse files
committed
Remove invalid value from scraped-examples.md
1 parent 6ce2273 commit db0bb92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/rustdoc/src/scraped-examples.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ Then this code snippet will be included in the documentation for `a_func`. This
2424
This feature is unstable, so you can enable it by calling Rustdoc with the unstable `rustdoc-scrape-examples` flag:
2525

2626
```bash
27-
cargo doc -Zunstable-options -Zrustdoc-scrape-examples=examples
27+
cargo doc -Zunstable-options -Zrustdoc-scrape-examples
2828
```
2929

3030
To enable this feature on [docs.rs](https://docs.rs), add this to your Cargo.toml:
3131

3232
```toml
3333
[package.metadata.docs.rs]
34-
cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples=examples"]
34+
cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]
3535
```
3636

3737

0 commit comments

Comments
 (0)