mirror of
https://github.com/twitter/the-algorithm.git
synced 2024-11-16 00:25:11 +01:00
fix the error handling in Rust build file
This commit is contained in:
parent
138bb51997
commit
0013b1b012
@ -1,4 +1,4 @@
|
||||
fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||||
fn main() -> Result<(), anyhow::Error> {
|
||||
//::compile_protos("proto/tensorflow_serving/apis/prediction_service.proto")?;
|
||||
tonic_build::configure().compile(
|
||||
&[
|
||||
|
Loading…
Reference in New Issue
Block a user