Rollup merge of #67230 - chansuke:remove-irrelevant-passage, r=Dylan-DPC

Remove irelevant comment on `register_dtor`

Fixes #66572.
This commit is contained in:
Yuki Okushi 2019-12-12 10:09:23 +09:00 committed by GitHub
commit 3cf799640f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -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",