File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -26,16 +26,15 @@ use crate::fmt;
2626/// are explained below.
2727/// Note that, should the destructor panic, the whole process will be [aborted].
2828/// On platforms where initialization requires memory allocation, this is
29- /// performed directly through [`System`], allowing the [` global allocator` ]
29+ /// performed directly through [`System`], allowing the [global allocator]
3030/// to make use of thread local storage.
3131///
32- /// [`System`]: crate::alloc::System
33- /// [`global allocator`]: crate::alloc
34- ///
3532/// A `LocalKey`'s initializer cannot recursively depend on itself. Using a
3633/// `LocalKey` in this way may cause panics, aborts or infinite recursion on
3734/// the first call to `with`.
3835///
36+ /// [`System`]: crate::alloc::System
37+ /// [global allocator]: crate::alloc
3938/// [aborted]: crate::process::abort
4039///
4140/// # Single-thread Synchronization
You can’t perform that action at this time.
0 commit comments