Fixed broken link in tokio-fs documentation (#352)

This commit is contained in:
Marek Kotewicz 2018-05-11 17:31:06 +02:00 committed by Carl Lerche
parent 363b207f2b
commit 14ec268b8a

View File

@ -1,6 +1,6 @@
//! Types for working with [`File`].
//!
//! [`File`]: struct.File.html
//! [`File`]: file/struct.File.html
mod create;
mod open;