docs: fix warnings for nightly docs (#792)

This commit is contained in:
Roman
2018-12-17 15:20:46 -05:00
committed by Toby Lawrence
parent af85cb3430
commit db69275202
3 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ pub mod length_delimited {
//! # Getting started
//!
//! If implementing a protocol from scratch, using length delimited framing
//! is an easy way to get started. [`Framed::new()`] will adapt a
//! is an easy way to get started. [`Framed::new()`](length_delimited::Framed::new) will adapt a
//! full-duplex byte stream with a length delimited framer using default
//! configuration values.
//!