]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #106570 - Xaeroxe:div-duration-tests, r=JohnTitor
authornils <48135649+Nilstrieb@users.noreply.github.com>
Wed, 11 Jan 2023 16:30:54 +0000 (17:30 +0100)
committerGitHub <noreply@github.com>
Wed, 11 Jan 2023 16:30:54 +0000 (17:30 +0100)
commitc962b07ed37259b4b8b333b1a613be26773c8efc
tree466a60547c97f89fdfaca2cbac001f81f1923f46
parent73476554e9f89245be50195d5ff8e66cc5e64c82
parent9fd744b3e32817db3dcc3210fee67bfd0bcc11fe
Rollup merge of #106570 - Xaeroxe:div-duration-tests, r=JohnTitor

add tests for div_duration_* functions

Per https://github.com/rust-lang/rust/issues/63139#issuecomment-817070719

this adds unit tests for the functions that will hopefully effectively demonstrate that `div_duration` is ready to be stabilized.