mirror of
https://github.com/tokio-rs/bytes.git
synced 2026-08-26 00:00:20 +02:00
Whitelist false positive std (#234)
This commit is contained in:
@@ -22,3 +22,7 @@ race:__call_tls_dtors
|
|||||||
# `is_inline_or_static` is explicitly called concurrently without synchronization.
|
# `is_inline_or_static` is explicitly called concurrently without synchronization.
|
||||||
# The safety explanation can be found in a comment.
|
# The safety explanation can be found in a comment.
|
||||||
race:Inner::is_inline_or_static
|
race:Inner::is_inline_or_static
|
||||||
|
|
||||||
|
# This ignores a false positive caused by `thread::park()`/`thread::unpark()`.
|
||||||
|
# See: https://github.com/rust-lang/rust/pull/54806#issuecomment-436193353
|
||||||
|
race:pthread_cond_destroy
|
||||||
|
|||||||
Reference in New Issue
Block a user