]> git.lizzy.rs Git - rust.git/commit
Add “Examples” section header in f32/f64 doc comments.
authorCorey Farwell <coreyf@rwell.org>
Sun, 13 May 2018 19:54:40 +0000 (15:54 -0400)
committerCorey Farwell <coreyf@rwell.org>
Sun, 13 May 2018 19:54:40 +0000 (15:54 -0400)
commit2c4b152356fb95afb27a101d7df6c8a7ad6ebf5b
tree9d3b2bd7b403ea5a89325898cbbd22164f9ac729
parent9fae1537462bb10fd17d07816efc17cfe4786806
Add “Examples” section header in f32/f64 doc comments.

This is recommend by [RFC 0505] and as far as I know, the only primitive
types without this heading.

[RFC 0505]: https://github.com/rust-lang/rfcs/blob/c892139be692586e0846fbf934be6fceec17f329/text/0505-api-comment-conventions.md#using-markdown
src/libstd/f32.rs
src/libstd/f64.rs