Skip to content

Commit 3cf7996

Browse files
authored
Rollup merge of #67230 - chansuke:remove-irrelevant-passage, r=Dylan-DPC
Remove irelevant comment on `register_dtor` Fixes #66572.
2 parents a823904 + e4852da commit 3cf7996

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/libstd/sys/unix/fast_thread_local.rs

-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
// Note, however, that we run on lots older linuxes, as well as cross
99
// compiling from a newer linux to an older linux, so we also have a
1010
// fallback implementation to use as well.
11-
//
12-
// Due to rust-lang/rust#18804, make sure this is not generic!
1311
#[cfg(any(
1412
target_os = "linux",
1513
target_os = "fuchsia",

0 commit comments

Comments
 (0)