File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,14 +24,14 @@ Then this code snippet will be included in the documentation for `a_func`. This
2424This 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
3030To 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
You can’t perform that action at this time.
0 commit comments