clear some warnings

This commit is contained in:
Oliver Gould
2017-07-20 18:29:36 +00:00
parent a62d3dda54
commit 44edd6a4d4
10 changed files with 18 additions and 39 deletions

View File

@@ -87,7 +87,7 @@ impl<T> Frame<T> {
match self {
&Headers(ref v) => v.is_end_stream(),
&Data(ref v) => v.is_end_stream(),
&Reset(ref v) => true,
&Reset(_) => true,
&PushPromise(_) |
&WindowUpdate(_) |