Skip to content

Commit

Permalink
Merge pull request #280 from hyperium/rustup
Browse files Browse the repository at this point in the history
Rustup
  • Loading branch information
seanmonstar committed Jan 27, 2015
2 parents 0a92e0d + b002b6c commit 8ebc335
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ use self::HttpError::{HttpMethodError, HttpUriError, HttpVersionError,

macro_rules! todo(
($($arg:tt)*) => (if cfg!(not(ndebug)) {
log!(5, "TODO: {:?}", format_args!($($arg)*))
trace!("TODO: {:?}", format_args!($($arg)*))
})
);

Expand Down Expand Up @@ -245,6 +245,7 @@ impl FromError<url::ParseError> for HttpError {
}
}

#[allow(unconditional_recursion)]
fn _assert_send<T: Send>() {
_assert_send::<client::Request<net::Fresh>>();
_assert_send::<client::Response>();
Expand Down

0 comments on commit 8ebc335

Please sign in to comment.