diff options
author | Alex Crichton <alex@alexcrichton.com> | 2015-02-03 08:39:28 -0800 |
---|---|---|
committer | Alex Crichton <alex@alexcrichton.com> | 2015-02-03 08:39:28 -0800 |
commit | b273909b65f04481a14974eea69e078483adcad4 (patch) | |
tree | 3c768e756e3813a658ab0996f0eee38178b15a8d /src | |
parent | 034286176f67c0b69c50dfead67ac96a75379e3f (diff) | |
download | ssh2-rs-b273909b65f04481a14974eea69e078483adcad4.zip |
Update to rust master
Diffstat (limited to 'src')
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -114,7 +114,7 @@ //! let contents = remote_file.read_to_end(); //! ``` -#![feature(unsafe_destructor, std_misc, collections, io, core, path, hash)] +#![feature(unsafe_destructor, std_misc, collections, io, core, path, hash, libc)] #![deny(missing_docs, unused_results)] #![cfg_attr(test, deny(warnings))] |