Skip to content

Commit

Permalink
fix codec doc links (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
zyctree authored Jun 2, 2020
1 parent f3cb6ef commit 755a8bb
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions actix-codec/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@
//!
//! Contains adapters to go from streams of bytes, [`AsyncRead`] and
//! [`AsyncWrite`], to framed streams implementing [`Sink`] and [`Stream`].
//! Framed streams are also known as [transports].
//! Framed streams are also known as `transports`.
//!
//! [`AsyncRead`]: #
//! [`AsyncWrite`]: #
//! [`AsyncRead`]: AsyncRead
//! [`AsyncWrite`]: AsyncWrite
//! [`Sink`]: futures_sink::Sink
//! [`Stream`]: futures_core::Stream
#![deny(rust_2018_idioms, warnings)]

mod bcodec;
Expand Down

0 comments on commit 755a8bb

Please sign in to comment.