fix(build): allow services to be named Service (#709)
Fixes https://github.com/hyperium/tonic/issues/676
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
fn main() {
|
||||
tonic_build::compile_protos("proto/foo.proto").unwrap();
|
||||
}
|
||||
Reference in New Issue
Block a user