]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #72836 - poliorcetics:std-time-os-specificities, r=shepmaster
authorManish Goregaokar <manishsmail@gmail.com>
Thu, 18 Jun 2020 22:20:47 +0000 (15:20 -0700)
committerGitHub <noreply@github.com>
Thu, 18 Jun 2020 22:20:47 +0000 (15:20 -0700)
commite1549786ff6105af4f3e9be30496c812b7ca71b3
tree44b16f8b8c7fdc44aa149fb0598311953da05941
parente0b59b2c07adec376b7c57fb3d81726b6bc2822d
parent9e510085ecaedaee86b44410a4b3e4c85d97d6e0
Rollup merge of #72836 - poliorcetics:std-time-os-specificities, r=shepmaster

Complete the std::time documentation to warn about the inconsistencies between OS

Fixes #48980.

I put the new documentation in `src/libstd/time.rs` at the module-level because it affects all types, even the one that are not directly system dependents if they are used with affected types, but there may be a better place for it.
src/libstd/time.rs