]> git.lizzy.rs Git - rust.git/commitdiff
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)
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.


Trivial merge