diff options
author | Alex Crichton <alex@alexcrichton.com> | 2015-03-15 00:04:51 -0700 |
---|---|---|
committer | Alex Crichton <alex@alexcrichton.com> | 2015-03-15 00:04:51 -0700 |
commit | 33d7f2ef4a255ccb2d3f7d0982093b2babab1b96 (patch) | |
tree | d830ad067f51d0e934b09845493a70472acae97d /src | |
parent | 161fd3649444263cae57a564585e7e2060a37bb4 (diff) | |
download | ssh2-rs-33d7f2ef4a255ccb2d3f7d0982093b2babab1b96.zip |
Update to rust master
Diffstat (limited to 'src')
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -124,7 +124,7 @@ //! ``` #![doc(html_root_url = "http://alexcrichton.com/ssh2-rs")] -#![feature(unsafe_destructor, std_misc, collections, io, core, path, net)] +#![feature(unsafe_destructor, std_misc, collections, io, core, net)] #![deny(missing_docs, unused_results)] #![cfg_attr(test, deny(warnings))] |