runtime: refactor thread-local setters (#1449)

This commit is contained in:
Douman
2019-08-15 13:00:57 -07:00
committed by Carl Lerche
parent 8538c25170
commit 37131b2114
10 changed files with 97 additions and 120 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ use self::entry::Entry;
use self::stack::Stack;
pub(crate) use self::handle::HandlePriv;
pub use self::handle::{with_default, Handle};
pub use self::handle::{set_default, Handle};
pub use self::now::{Now, SystemNow};
pub(crate) use self::registration::Registration;