Skip to content

Commit fbab71a

Browse files
max-hellerRalfJung
andauthored
Code review suggestion
Co-authored-by: Ralf Jung <[email protected]>
1 parent 01aec71 commit fbab71a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/concurrency/thread.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1100,6 +1100,6 @@ pub enum TerminatedThreadTls {
11001100
/// Deallocate backing memory of thread-local statics as usual
11011101
Deallocate,
11021102
/// Skip deallocating backing memory of thread-local statics and consider all memory reachable
1103-
/// from them as not leaked (like global `static`s).
1103+
/// from them as "allowed to leak" (like global `static`s).
11041104
Leak,
11051105
}

0 commit comments

Comments
 (0)