chore(features): remove feature gate 'alloc'

This commit is contained in:
Sean McArthur
2015-03-31 18:46:02 -07:00
parent dc55ecf982
commit dd5ee43750
3 changed files with 1 additions and 3 deletions

View File

@@ -103,7 +103,6 @@ impl Read for Response {
#[cfg(test)]
mod tests {
use std::borrow::Cow::Borrowed;
use std::boxed::BoxAny;
use std::io::{self, Read};
use std::marker::PhantomData;