about summary refs log tree commit diff
path: root/src/libstd/sys_common
diff options
context:
space:
mode:
authorRalf Jung <post@ralfj.de>2020-07-12 11:45:04 +0200
committerRalf Jung <post@ralfj.de>2020-07-12 11:46:42 +0200
commit7dc388654d6ef038065db23340e8eff7a567e5b4 (patch)
tree7ad0029db375a6c1839979b41aa90de3724e5e25 /src/libstd/sys_common
parent8082fb988a5915e693f18e6d299deaae64834079 (diff)
downloadrust-7dc388654d6ef038065db23340e8eff7a567e5b4.tar.gz
rust-7dc388654d6ef038065db23340e8eff7a567e5b4.zip
adjust remaining targets
Diffstat (limited to 'src/libstd/sys_common')
-rw-r--r--src/libstd/sys_common/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/sys_common/mod.rs b/src/libstd/sys_common/mod.rs
index 1212b05c88a..e57bb267cbd 100644
--- a/src/libstd/sys_common/mod.rs
+++ b/src/libstd/sys_common/mod.rs
@@ -65,8 +65,8 @@ pub mod remutex;
 pub mod rwlock;
 pub mod thread;
 pub mod thread_info;
-pub mod thread_local_key;
 pub mod thread_local_dtor;
+pub mod thread_local_key;
 pub mod util;
 pub mod wtf8;