Remove unintended link · qinheping/verify-rust-std@64e2472 (original) (raw)
File tree
1 file changed
lines changed
- std/src/sys/thread_local/guard
1 file changed
lines changed
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -26,7 +26,7 @@ | ||
| 26 | 26 | //! This apparently translates to any callbacks in the ".CRT$XLB" section |
| 27 | 27 | //! being run on certain events. |
| 28 | 28 | //! |
| 29 | -//! So after all that, we use the compiler's #[link_section] feature to place | |
| 29 | +//! So after all that, we use the compiler's `#[link_section]` feature to place | |
| 30 | 30 | //! a callback pointer into the magic section so it ends up being called. |
| 31 | 31 | //! |
| 32 | 32 | //! # What's up with this callback? |