(output: &mut Indenter)
| 948 | ]; |
| 949 | |
| 950 | fn print_enum_derives(output: &mut Indenter) { |
| 951 | print_lines(output, ENUM_DERIVES); |
| 952 | } |
| 953 | |
| 954 | const PLAIN_ENUM_EXTRA_DERIVES: &[&str] = &["#[derive(Copy, Eq, Hash)]"]; |
| 955 |
no test coverage detected
searching dependent graphs…