tokio-fs: Bump version to 0.1.2 (#469)

* Add a couple of missing full stops in the documentation
This commit is contained in:
Laurențiu Nicola
2018-07-11 15:09:37 -07:00
committed by Carl Lerche
parent 78b6bd4ca5
commit 39c95d6206
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ use futures::{Future, Poll};
use std::io;
/// Future returned by `File::seek`
/// Future returned by `File::seek`.
#[derive(Debug)]
pub struct SeekFuture {
inner: Option<File>,