diff options
| author | chansuke <chansuke@georepublic.de> | 2019-12-12 01:00:37 +0900 |
|---|---|---|
| committer | chansuke <chansuke@georepublic.de> | 2019-12-12 01:00:37 +0900 |
| commit | e4852da576bda4a5d26341961e0be7d6626ff5c0 (patch) | |
| tree | 475d55f4c347ddd983d45d3cc7742321ff365ef0 /src/libstd/sys | |
| parent | ddca1e09c36a6ce21d95fec1619f23ba59b69c8a (diff) | |
| download | rust-e4852da576bda4a5d26341961e0be7d6626ff5c0.tar.gz rust-e4852da576bda4a5d26341961e0be7d6626ff5c0.zip | |
Remove irelevant comment on `register_dtor`
Diffstat (limited to 'src/libstd/sys')
| -rw-r--r-- | src/libstd/sys/unix/fast_thread_local.rs | 2 |
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", |
