()
| 528 | |
| 529 | const fn assert_send<T: Send>() {} |
| 530 | const fn assert_sync<T: Sync>() {} |
| 531 | |
| 532 | const _: () = assert_send::<LinearBuffer>(); |
| 533 | const _: () = assert_sync::<LinearBuffer>(); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…