summaryrefslogtreecommitdiff
path: root/vendor/prost-build/src/collections.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/prost-build/src/collections.rs')
-rw-r--r--vendor/prost-build/src/collections.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/prost-build/src/collections.rs b/vendor/prost-build/src/collections.rs
index 63be4d62..e55625cf 100644
--- a/vendor/prost-build/src/collections.rs
+++ b/vendor/prost-build/src/collections.rs
@@ -13,10 +13,10 @@ pub(crate) enum MapType {
#[non_exhaustive]
#[derive(Default, Clone, Copy, Debug, PartialEq)]
pub(crate) enum BytesType {
- /// The [`alloc::collections::Vec::<u8>`] type.
+ /// The [`prost::alloc::vec::Vec<u8>`] type.
#[default]
Vec,
- /// The [`bytes::Bytes`] type.
+ /// The [`bytes::Bytes`](prost::bytes::Bytes) type.
Bytes,
}