mirror of
https://github.com/tokio-rs/bytes.git
synced 2026-08-25 00:00:22 +02:00
White list allocation (#226)
This commit is contained in:
@@ -9,6 +9,9 @@ race:arc*Weak*drop
|
|||||||
# rust runtime logic.
|
# rust runtime logic.
|
||||||
race:std*mpsc_queue
|
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.
|
# Not sure why this is warning, but it is in the test harness and not the library.
|
||||||
race:TestEvent*clone
|
race:TestEvent*clone
|
||||||
race:test::run_tests_console::*closure
|
race:test::run_tests_console::*closure
|
||||||
|
|||||||
Reference in New Issue
Block a user