Skip to content

Commit

Permalink
Rollup merge of #67230 - chansuke:remove-irrelevant-passage, r=Dylan-DPC
Browse files Browse the repository at this point in the history
Remove irelevant comment on `register_dtor`

Fixes #66572.
  • Loading branch information
JohnTitor authored Dec 12, 2019
2 parents a823904 + e4852da commit 3cf7996
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/libstd/sys/unix/fast_thread_local.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 3cf7996

Please sign in to comment.