File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -187,18 +187,18 @@ use time::Duration;
187187////////////////////////////////////////////////////////////////////////////////
188188
189189#[ macro_use] mod local;
190- #[ macro_use] mod scoped ;
190+ #[ macro_use] mod scoped_tls ;
191191
192192#[ stable( feature = "rust1" , since = "1.0.0" ) ]
193193pub use self :: local:: { LocalKey , LocalKeyState } ;
194194
195195#[ unstable( feature = "scoped_tls" ,
196196 reason = "scoped TLS has yet to have wide enough use to fully \
197197 consider stabilizing its interface") ]
198- pub use self :: scoped :: ScopedKey ;
198+ pub use self :: scoped_tls :: ScopedKey ;
199199
200200#[ doc( hidden) ] pub use self :: local:: __impl as __local;
201- #[ doc( hidden) ] pub use self :: scoped :: __impl as __scoped;
201+ #[ doc( hidden) ] pub use self :: scoped_tls :: __impl as __scoped;
202202
203203////////////////////////////////////////////////////////////////////////////////
204204// Builder
File renamed without changes.
You can’t perform that action at this time.
0 commit comments