Disentangle deps, typechecks
This commit is contained in:
@@ -27,7 +27,6 @@ err = { path = "../err" }
|
||||
items_0 = { path = "../items_0" }
|
||||
items_proc = { path = "../items_proc" }
|
||||
netpod = { path = "../netpod" }
|
||||
taskrun = { path = "../taskrun" }
|
||||
parse = { path = "../parse" }
|
||||
bitshuffle = { path = "../bitshuffle" }
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user