Disentangle deps, typechecks

This commit is contained in:
Dominik Werder
2024-11-07 17:44:37 +01:00
parent 09463302ee
commit 8fd7e72796
13 changed files with 402 additions and 390 deletions
+1 -1
View File
@@ -799,7 +799,7 @@ mod test_frame {
#[test]
fn events_serialize() {
taskrun::tracing_init_testing().unwrap();
// taskrun::tracing_init_testing().unwrap();
let mut events = EventsDim0::empty();
events.push(123, 234, 55f32);
let events = events;