about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorYuki Okushi <huyuumi.dev@gmail.com>2019-12-12 10:09:23 +0900
committerGitHub <noreply@github.com>2019-12-12 10:09:23 +0900
commit3cf799640fd16d306dd72c97d9e6cf84932b34b7 (patch)
treee5a82fc71d8389aaaaf861c3067fdecd40e3a3a4 /src/libstd
parenta82390407adb2b45dbb23d33a62a9e06a59f8856 (diff)
parente4852da576bda4a5d26341961e0be7d6626ff5c0 (diff)
downloadrust-3cf799640fd16d306dd72c97d9e6cf84932b34b7.tar.gz
rust-3cf799640fd16d306dd72c97d9e6cf84932b34b7.zip
Rollup merge of #67230 - chansuke:remove-irrelevant-passage, r=Dylan-DPC
Remove irelevant comment on `register_dtor`

Fixes #66572.
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/sys/unix/fast_thread_local.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libstd/sys/unix/fast_thread_local.rs b/src/libstd/sys/unix/fast_thread_local.rs
index dfb9307daea..0861432f8a9 100644
--- a/src/libstd/sys/unix/fast_thread_local.rs
+++ b/src/libstd/sys/unix/fast_thread_local.rs
@@ -8,8 +8,6 @@
 // Note, however, that we run on lots older linuxes, as well as cross
 // compiling from a newer linux to an older linux, so we also have a
 // fallback implementation to use as well.
-//
-// Due to rust-lang/rust#18804, make sure this is not generic!
 #[cfg(any(
     target_os = "linux",
     target_os = "fuchsia",