| 43 | fn clap_drop_ordering() { |
| 44 | struct DummyClapPlugin {} |
| 45 | struct DummyClapPluginProcessor { |
| 46 | state: CustomState, |
| 47 | } |
| 48 | #[derive(Clone)] |
| 49 | struct CustomState { |
| 50 | plugin_main_dropped: Arc<AtomicBool>, |
nothing calls this directly
no outgoing calls
no test coverage detected