()
| 21 | static INCLUDE_DIRS: &[&str] = &["opentelemetry-proto"]; |
| 22 | |
| 23 | fn main() { |
| 24 | tonic_build::configure() |
| 25 | .type_attribute(".", "#[derive(::serde::Serialize)]") |
| 26 | .compile(PROTOS, INCLUDE_DIRS) |
| 27 | .unwrap(); |
| 28 | } |
nothing calls this directly
no outgoing calls
no test coverage detected