White list allocation (#226)

This commit is contained in:
Carl Lerche
2018-09-03 13:36:13 -07:00
committed by GitHub
parent 39ad7920f2
commit af6d2b0eaf
+3
View File
@@ -9,6 +9,9 @@ race:arc*Weak*drop
# rust runtime logic.
race:std*mpsc_queue
# Some test runtime races. Allocation should be race free
race:alloc::alloc
# Not sure why this is warning, but it is in the test harness and not the library.
race:TestEvent*clone
race:test::run_tests_console::*closure