Files
rust/src/libstd
kennytm 8cea658b90 Rollup merge of #56059 - alexcrichton:fix-tests, r=sfackler
Increase `Duration` approximate equal threshold to 1us

Previously this threshold when testing was 100ns, but the Windows
documentation states:

> which is a high resolution (<1us) time stamp

which presumably means that we could have up to 1us resolution, which
means that 100ns doesn't capture "equivalent" time intervals due to
various bits of rounding here and there.

It's hoped that this..

Closes #56034
2018-11-19 22:06:45 +08:00
..
2018-09-04 13:22:08 -06:00
2018-11-13 14:45:31 -05:00
2018-07-30 18:18:23 +02:00
2018-11-11 09:22:28 -08:00
2018-10-24 15:19:23 -07:00
2018-10-24 15:19:23 -07:00
2018-09-19 15:01:19 -07:00
2018-11-11 09:22:28 -08:00
2018-11-11 07:36:10 +00:00
2018-08-19 17:41:28 +02:00
2018-05-16 19:11:31 +02:00
2018-11-05 18:54:17 +02:00
2018-07-10 20:35:36 +02:00