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

This commit is contained in:
Marek Kotewicz
2018-05-11 08:31:06 -07:00
committed by Carl Lerche
parent 363b207f2b
commit 14ec268b8a
+1 -1
View File
@@ -1,6 +1,6 @@
//! Types for working with [`File`].
//!
//! [`File`]: struct.File.html
//! [`File`]: file/struct.File.html
mod create;
mod open;