ci: generate docs (#1810)

Check docs as part of CI. This should catch link errors.
This commit is contained in:
Carl Lerche
2019-11-22 11:55:57 -08:00
committed by GitHub
parent 9b2aa14bb1
commit bf741fec35
4 changed files with 37 additions and 19 deletions
+2 -2
View File
@@ -15,8 +15,8 @@
//! Attempting to write data that the mock isn't expected will result in a
//! panic.
//!
//! [`AsyncRead`]: tokio_io::AsyncRead
//! [`AsyncWrite`]: tokio_io::AsyncWrite
//! [`AsyncRead`]: tokio::io::AsyncRead
//! [`AsyncWrite`]: tokio::io::AsyncWrite
use tokio::io::{AsyncRead, AsyncWrite};
use tokio::sync::mpsc;