Skip to content
This repository has been archived by the owner on Apr 13, 2022. It is now read-only.

Commit

Permalink
Fiixing compilation on nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomasz Drwięga committed Jan 3, 2017
1 parent 9e346c1 commit 4379a36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/http/conn.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ impl<K: Key, T: Transport, H: MessageHandler<T>> ConnInner<K, T, H> {
match self.state {
State::Closed => Reg::Remove,
State::Init => {
<H as MessageHandler>::Message::initial_interest().interest()
<H as MessageHandler<T>>::Message::initial_interest().interest()
}
State::Http1(Http1 { reading: Reading::Closed, writing: Writing::Closed, .. }) => {
Reg::Remove
Expand Down

0 comments on commit 4379a36

Please sign in to comment.