We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d52ff83 commit fcd12ebCopy full SHA for fcd12eb
opentelemetry-proto/src/transform/common.rs
@@ -51,7 +51,7 @@ pub mod tonic {
51
}
52
53
54
- /// Wrapper type for Vec<[`KeyValue`](crate::proto::tonic::common::v1::KeyValue)>
+ /// Wrapper type for Vec<`KeyValue`>
55
#[derive(Default)]
56
pub struct Attributes(pub ::std::vec::Vec<crate::proto::tonic::common::v1::KeyValue>);
57
@@ -160,7 +160,7 @@ pub mod grpcio {
160
161
162
163
- /// Wrapper type for Vec<[`KeyValue`](crate::proto::grpcio::common::v1::KeyValue)>
164
165
pub struct Attributes(pub ::std::vec::Vec<crate::proto::grpcio::common::v1::KeyValue>);
166
0 commit comments