8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecd55b1 commit 64e2472Copy full SHA for 64e2472
std/src/sys/thread_local/guard/windows.rs
@@ -26,7 +26,7 @@
26
//! This apparently translates to any callbacks in the ".CRT$XLB" section
27
//! being run on certain events.
28
//!
29
-//! So after all that, we use the compiler's #[link_section] feature to place
+//! So after all that, we use the compiler's `#[link_section]` feature to place
30
//! a callback pointer into the magic section so it ends up being called.
31
32
//! # What's up with this callback?
0 commit comments