Issue https://github.com/RustCrypto/utils/issues/878
()
| 365 | #[allow(dead_code)] |
| 366 | // Issue https://github.com/RustCrypto/utils/issues/878 |
| 367 | fn derive_zeroize_used_param() { |
| 368 | #[derive(Zeroize)] |
| 369 | struct Z<T> { |
| 370 | used: T, |
| 371 | } |
| 372 | } |
nothing calls this directly
no outgoing calls
no test coverage detected