Skip to content

Commit 4b99a9d

Browse files
committed
Fix build on nightly
1 parent aa69721 commit 4b99a9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ use middleware::Middleware;
99
use std::borrow::Cow;
1010
use std::error::Error;
1111
use std::io;
12-
use time::{Tm, strptime, ParseError};
12+
use time::{Tm, ParseError};
1313

14-
type Response = Result<conduit::Response, Box<Error+Send>>;
14+
pub type Response = Result<conduit::Response, Box<Error+Send>>;
1515

1616
#[allow(missing_copy_implementations)]
1717
pub struct ConditionalGet;

0 commit comments

Comments
 (0)