| 60 | |
| 61 | #[derive(Debug)] |
| 62 | pub struct Options { |
| 63 | pub detector_kind: DetectorKind, |
| 64 | pub crate_name_list: CrateNameList, |
| 65 | } |
| 66 | |
| 67 | impl Default for Options { |
| 68 | fn default() -> Self { |
nothing calls this directly
no outgoing calls
no test coverage detected