1
Fork 0

Add missing annotations and some tests

This commit is contained in:
Vadim Petrochenkov 2015-11-16 19:54:28 +03:00
parent 52acc05f63
commit 7e2ffc7090
87 changed files with 439 additions and 21 deletions

View file

@ -98,6 +98,7 @@ mod inner {
}
}
#[unstable(feature = "libstd_sys_internals", issue = "0")]
impl<'a> Sub for &'a SteadyTime {
type Output = Duration;