Skip to content

Commit 318e457

Browse files
committed
Clarify that scrape examples is unstable
1 parent bb3ed6f commit 318e457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Scraped examples
22

3-
Rustdoc can automatically scrape examples of items being documented from the `examples/` directory of a Cargo workspace. These examples will be included within the generated documentation for that item. For example, if your library contains a public function:
3+
Rustdoc has an unstable feature where it can automatically scrape examples of items being documented from the `examples/` directory of a Cargo workspace. These examples will be included within the generated documentation for that item. For example, if your library contains a public function:
44

55
```rust,ignore (needs-other-file)
66
// a_crate/src/lib.rs

0 commit comments

Comments
 (0)