Skip to content

Commit dbfd54b

Browse files
CvvTjaybosamiya-ms
andcommitted
Update litebox/src/platform/mod.rs
Co-authored-by: Jay Bosamiya (Microsoft) <jayb@microsoft.com>
1 parent 3730bd1 commit dbfd54b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

litebox/src/platform/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ pub trait ThreadLocalStorageProvider {
556556
/// # Panics
557557
///
558558
/// Panics if TLS is not set yet.
559-
/// Panics if TLS is borrowed already (e.g., recursive call to [`Self::release_thread_local_storage`]).
559+
/// Panics if TLS is borrowed already (e.g., recursive call).
560560
fn with_thread_local_storage_mut<F, R>(&self, f: F) -> R
561561
where
562562
F: FnOnce(&mut Self::ThreadLocalStorage) -> R;

0 commit comments

Comments
 (0)