Skip to content

Commit

Permalink
Merge pull request #2 from canndrew/inference-changes
Browse files Browse the repository at this point in the history
Future-proof against inference changes
  • Loading branch information
d12i authored Feb 3, 2017
2 parents 9edc4e9 + be05f1d commit 0c77f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/messages/stream/event.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ macro_rules! impl_event {
} else {
v.visit_value::<IgnoredAny>()?;
},
_ => { v.visit_value()?; },
_ => { v.visit_value::<()>()?; },
}

if let EventBuffer {
Expand Down

0 comments on commit 0c77f8a

Please sign in to comment.