Skip to content

Commit

Permalink
Use Oxform comma
Browse files Browse the repository at this point in the history
Co-authored-by: Nathan Nguyen <43092380+nhwn@users.noreply.github.com>
  • Loading branch information
pickfire and nhwn committed Feb 24, 2021
1 parent 888811b commit e56364f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -6,7 +6,7 @@ The `doc_spotlight` feature allows the use of the `spotlight` parameter to the `
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.
`io::Write`, and `Future` traits in the standard library.

You can do this on your own traits, like this:

Expand Down

0 comments on commit e56364f

Please sign in to comment.