1
Fork 0

Add a few missing stability markers.

This commit is contained in:
Chris Morgan 2015-01-29 23:41:48 +11:00
parent 52c74e63da
commit 9836742d6a
4 changed files with 38 additions and 0 deletions

View file

@ -10,6 +10,8 @@
//! Temporal quantification.
#![unstable(feature = "std_misc")]
use sys::time::SteadyTime;
pub use self::duration::Duration;