We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3730bd1 commit dbfd54bCopy full SHA for dbfd54b
litebox/src/platform/mod.rs
@@ -556,7 +556,7 @@ pub trait ThreadLocalStorageProvider {
556
/// # Panics
557
///
558
/// Panics if TLS is not set yet.
559
- /// Panics if TLS is borrowed already (e.g., recursive call to [`Self::release_thread_local_storage`]).
+ /// Panics if TLS is borrowed already (e.g., recursive call).
560
fn with_thread_local_storage_mut<F, R>(&self, f: F) -> R
561
where
562
F: FnOnce(&mut Self::ThreadLocalStorage) -> R;
0 commit comments