stepancheg / grpc-rust

Rust implementation of gRPC
MIT License
1.38k stars 125 forks source link

Added explicit "dyn" to trait objects. #161

Closed ghost closed 4 years ago

ghost commented 4 years ago

Fixed warning about trait objects without explicit dyn.

ghost commented 4 years ago

No idea how to fix CI, probably useless before #153 anyway.