()
| 109 | } |
| 110 | |
| 111 | fn main() -> Result<(), Report<[ExperimentError]>> { |
| 112 | let experiment_ids = &[0, 2, 3]; |
| 113 | let experiment_descriptions = &["10", "20", "3o 4a"]; |
| 114 | start_experiments(experiment_ids, experiment_descriptions)?; |
| 115 | |
| 116 | Ok(()) |
| 117 | } |
nothing calls this directly
no test coverage detected