Skip to content
Snippets Groups Projects
Unverified Commit e5304410 authored by Carl Lerche's avatar Carl Lerche Committed by GitHub
Browse files

Whitelist false positive std (#234)

parent 456221d1
No related branches found
No related tags found
No related merge requests found
......@@ -22,3 +22,7 @@ race:__call_tls_dtors
# `is_inline_or_static` is explicitly called concurrently without synchronization.
# The safety explanation can be found in a comment.
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment