mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 08:44:35 +00:00
Add for example word to spotlight doc
As suggested by GuillaumeGomez
This commit is contained in:
parent
e56364fa99
commit
27f7a2e18d
@ -5,8 +5,8 @@ The tracking issue for this feature is: [#45040]
|
||||
The `doc_spotlight` feature allows the use of the `spotlight` parameter to the `#[doc]` attribute,
|
||||
to "spotlight" a specific trait on the return values of functions. Adding a `#[doc(spotlight)]`
|
||||
attribute to a trait definition will make rustdoc print extra information for functions which return
|
||||
a type that implements that trait. This attribute is applied to the `Iterator`, `io::Read`,
|
||||
`io::Write`, and `Future` traits in the standard library.
|
||||
a type that implements that trait. For example, this attribute is applied to the `Iterator`,
|
||||
`io::Read`, `io::Write`, and `Future` traits in the standard library.
|
||||
|
||||
You can do this on your own traits, like this:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user