File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -187,18 +187,18 @@ use time::Duration;
187
187
////////////////////////////////////////////////////////////////////////////////
188
188
189
189
#[ macro_use] mod local;
190
- #[ macro_use] mod scoped ;
190
+ #[ macro_use] mod scoped_tls ;
191
191
192
192
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
193
193
pub use self :: local:: { LocalKey , LocalKeyState } ;
194
194
195
195
#[ unstable( feature = "scoped_tls" ,
196
196
reason = "scoped TLS has yet to have wide enough use to fully \
197
197
consider stabilizing its interface") ]
198
- pub use self :: scoped :: ScopedKey ;
198
+ pub use self :: scoped_tls :: ScopedKey ;
199
199
200
200
#[ 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;
202
202
203
203
////////////////////////////////////////////////////////////////////////////////
204
204
// Builder
File renamed without changes.
You can’t perform that action at this time.
0 commit comments