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

@ -12,6 +12,7 @@
#![stable(feature = "time", since = "1.3.0")]
#[stable(feature = "time", since = "1.3.0")]
pub use self::duration::Duration;
mod duration;