Skip to content

Commit fcd12eb

Browse files
authored
Fix CI check for docs (#1406)
1 parent d52ff83 commit fcd12eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

opentelemetry-proto/src/transform/common.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ pub mod tonic {
5151
}
5252
}
5353

54-
/// Wrapper type for Vec<[`KeyValue`](crate::proto::tonic::common::v1::KeyValue)>
54+
/// Wrapper type for Vec<`KeyValue`>
5555
#[derive(Default)]
5656
pub struct Attributes(pub ::std::vec::Vec<crate::proto::tonic::common::v1::KeyValue>);
5757

@@ -160,7 +160,7 @@ pub mod grpcio {
160160
}
161161
}
162162

163-
/// Wrapper type for Vec<[`KeyValue`](crate::proto::grpcio::common::v1::KeyValue)>
163+
/// Wrapper type for Vec<`KeyValue`>
164164
#[derive(Default)]
165165
pub struct Attributes(pub ::std::vec::Vec<crate::proto::grpcio::common::v1::KeyValue>);
166166

0 commit comments

Comments
 (0)