Whitelist false positive std (#234)

This commit is contained in:
Carl Lerche
2018-11-17 07:27:00 -08:00
committed by GitHub
parent 456221d165
commit e5304410a4
+4
View File
@@ -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