We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 888811b commit e56364fCopy full SHA for e56364f
src/doc/unstable-book/src/language-features/doc-spotlight.md
@@ -6,7 +6,7 @@ The `doc_spotlight` feature allows the use of the `spotlight` parameter to the `
6
to "spotlight" a specific trait on the return values of functions. Adding a `#[doc(spotlight)]`
7
attribute to a trait definition will make rustdoc print extra information for functions which return
8
a type that implements that trait. This attribute is applied to the `Iterator`, `io::Read`,
9
-`io::Write` and `Future` traits in the standard library.
+`io::Write`, and `Future` traits in the standard library.
10
11
You can do this on your own traits, like this:
12
0 commit comments