rust/src/libstd/thread_local
Huon Wilson ab7ef7402b Use #[allow_internal_unstable] for thread_local!
This destabilises all the implementation details of `thread_local!`,
since they do not *need* to be stable with the new attribute.
2015-03-06 00:18:29 +11:00
..
mod.rs Use #[allow_internal_unstable] for thread_local! 2015-03-06 00:18:29 +11:00
scoped.rs Use #[allow_internal_unstable] for thread_local! 2015-03-06 00:18:29 +11:00