()
| 19 | |
| 20 | #[test] |
| 21 | fn test_empty() { |
| 22 | let empty = std::option::Option::None::<EmptyTest>; |
| 23 | |
| 24 | assert!(empty.is_none()); |
| 25 | } |
| 26 | |
| 27 | #[derive(Debug, EnumAsInner, Clone, Copy)] |
| 28 | enum EmptyParendsTest { |
nothing calls this directly
no outgoing calls
no test coverage detected