1
Fork 0

Improve primitive/std docs separation and headers

This commit is contained in:
Cameron Steffen 2022-04-30 12:01:31 -05:00
parent dd01122b5c
commit 17ddcb434b
16 changed files with 127 additions and 128 deletions

View file

@ -1,4 +1,4 @@
//! Constants specific to the `f64` double-precision floating point type.
//! Constants for the `f64` double-precision floating point type.
//!
//! *[See also the `f64` primitive type](primitive@f64).*
//!