Skip to content

Commit

Permalink
Code review suggestion
Browse files Browse the repository at this point in the history
Co-authored-by: Ralf Jung <[email protected]>
  • Loading branch information
max-heller and RalfJung authored Nov 12, 2023
1 parent 01aec71 commit fbab71a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/concurrency/thread.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1100,6 +1100,6 @@ pub enum TerminatedThreadTls {
/// Deallocate backing memory of thread-local statics as usual
Deallocate,
/// Skip deallocating backing memory of thread-local statics and consider all memory reachable
/// from them as not leaked (like global `static`s).
/// from them as "allowed to leak" (like global `static`s).
Leak,
}

0 comments on commit fbab71a

Please sign in to comment.