Skip to content

Commit edd281b

Browse files
authored
chore(doc): Remove outdated document about prost (#2373)
1 parent 81e2566 commit edd281b

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

tonic/src/codec/mod.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
//! Generic encoding and decoding.
22
//!
3-
//! This module contains the generic `Codec`, `Encoder` and `Decoder` traits
4-
//! and a protobuf codec based on prost.
3+
//! This module contains the generic `Codec`, `Encoder` and `Decoder` traits.
54
65
mod buffer;
76
pub(crate) mod compression;

tonic/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@
6969
//! [gRPC]: https://grpc.io
7070
//! [`tonic`]: https://github.com/hyperium/tonic
7171
//! [`tokio`]: https://docs.rs/tokio
72-
//! [`prost`]: https://docs.rs/prost
7372
//! [`hyper`]: https://docs.rs/hyper
7473
//! [`tower`]: https://docs.rs/tower
7574
//! [`tonic-build`]: https://docs.rs/tonic-build

0 commit comments

Comments
 (0)