chore(rustup): fix std::env changes

This commit is contained in:
Sean McArthur
2015-02-13 11:19:19 -08:00
parent 2afa96c923
commit db83e0490b
2 changed files with 3 additions and 11 deletions

View File

@@ -2,7 +2,7 @@
slicing_syntax, box_syntax)]
#![deny(missing_docs)]
#![cfg_attr(test, deny(warnings))]
#![cfg_attr(test, feature(test))]
#![cfg_attr(test, feature(alloc, test))]
//! # Hyper
//! Hyper is a fast, modern HTTP implementation written in and for Rust. It