| 45 | /// Settings for the build process |
| 46 | #[derive(Default)] |
| 47 | pub struct BuildSettings { |
| 48 | pub uses_type_interface: bool, |
| 49 | pub enable_const_enums: bool, |
| 50 | } |
| 51 | |
| 52 | // fn should_ignore_file(ignore_file: &gitignore::File, entry: &DirEntry) -> bool { |
| 53 | // let path = entry.path(); |
nothing calls this directly
no outgoing calls
no test coverage detected