diff options
author | Alex Crichton <alex@alexcrichton.com> | 2014-10-31 08:33:07 -0700 |
---|---|---|
committer | Alex Crichton <alex@alexcrichton.com> | 2014-10-31 08:33:07 -0700 |
commit | 22ace41d1eb0f70ccae7ce0b72462dff56be3819 (patch) | |
tree | aa4c641c994a278e1a30fc1e0552295fe25111f1 /src/sftp.rs | |
parent | 510d4f238a71a758d3c14be1717baec92ab147e5 (diff) | |
download | ssh2-rs-22ace41d1eb0f70ccae7ce0b72462dff56be3819.zip |
Update to rust master
Diffstat (limited to 'src/sftp.rs')
-rw-r--r-- | src/sftp.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sftp.rs b/src/sftp.rs index 779c4af..dc19e5d 100644 --- a/src/sftp.rs +++ b/src/sftp.rs @@ -362,7 +362,7 @@ impl<'a> File<'a> { } } - #[allow(missing_doc)] // sure wish I knew what this did... + #[allow(missing_docs)] // sure wish I knew what this did... pub fn statvfs(&mut self) -> Result<raw::LIBSSH2_SFTP_STATVFS, Error> { unsafe { let mut ret = mem::zeroed(); |