stepancheg / grpc-rust

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

Update clippy allow due to depreciation #181

Closed ec2 closed 4 years ago

ec2 commented 4 years ago

Clippy complains that #![allow(clippy)] is depreciated. This change changes it to #![allow(clippy::all)].

Closes:

178

stepancheg commented 4 years ago

Thank you!

stepancheg commented 4 years ago

Published 0.7.1