Remove dependency bincode
This commit is contained in:
@@ -142,7 +142,7 @@ pub async fn get_binned(
|
||||
}
|
||||
},
|
||||
Err(e) => {
|
||||
error!("len {} bincode error {:?}", n1, e);
|
||||
error!("len {} {:?}", n1, e);
|
||||
Some(Err(e.into()))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -216,7 +216,7 @@ where
|
||||
}
|
||||
},
|
||||
Err(e) => {
|
||||
error!("bincode error: {:?}", e);
|
||||
error!("{:?}", e);
|
||||
Some(Err(e.into()))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -187,7 +187,7 @@ where
|
||||
}
|
||||
},
|
||||
Err(e) => {
|
||||
error!("bincode error: {:?}", e);
|
||||
error!("{:?}", e);
|
||||
Some(Err(e.into()))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user