| 37 | |
| 38 | #[derive(Default)] |
| 39 | pub struct BuildState /*<'a>*/ { |
| 40 | pub types: String, |
| 41 | pub unprocessed_files: Vec<PathBuf>, |
| 42 | // pub ignore_file_config: Option<gitignore::File<'a>>, |
| 43 | } |
| 44 | |
| 45 | /// Settings for the build process |
| 46 | #[derive(Default)] |
nothing calls this directly
no outgoing calls
no test coverage detected