#![allow(clippy::extra_unused_type_parameters)] fn assert_send_sync() {} #[test] fn test() { assert_send_sync::(); assert_send_sync::(); assert_send_sync::(); assert_send_sync::(); assert_send_sync::(); assert_send_sync::(); assert_send_sync::(); }