Skip to content

Commit 03e2330

Browse files
brsonclaude
andcommitted
Fix AtomicBool linksub to use core path instead of std
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent adb6ee3 commit 03e2330

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/linksubs.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
"crate::std::sync":
106106
"api/std/sync/index.html",
107107
"std::sync::atomic::AtomicBool":
108-
"api/std/sync/atomic/struct.AtomicBool.html",
108+
"api/core/sync/atomic/struct.AtomicBool.html",
109109
"crate::std::thread":
110110
"api/std/thread/index.html",
111111
"crate::std::sync::mpsc":

0 commit comments

Comments
 (0)