From 9317836fa8ba0a177e6befd492235daae6296244 Mon Sep 17 00:00:00 2001 From: Richard Dodd Date: Mon, 4 Apr 2016 11:33:57 +0100 Subject: Fix spelling error --- src/sftp.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/sftp.rs b/src/sftp.rs index 919975b..2fd7240 100644 --- a/src/sftp.rs +++ b/src/sftp.rs @@ -31,7 +31,7 @@ pub struct File<'sftp> { /// Metadata information about a remote file. /// /// Fields are not necessarily all provided -#[derive(debug)] +#[derive(Debug)] #[allow(missing_copy_implementations)] pub struct FileStat { /// File size, in bytes of the file. -- cgit v1.2.3