Bump rust-phf version
This commit is contained in:
parent
36f4266738
commit
9eb69c7149
@ -457,8 +457,8 @@ impl<S: Stream> Writer for MaybeSslStream<S> {
|
|||||||
|
|
||||||
fn flush(&mut self) -> IoResult<()> {
|
fn flush(&mut self) -> IoResult<()> {
|
||||||
match *self {
|
match *self {
|
||||||
NormalStream(ref mut s) => s.flush(),
|
|
||||||
SslStream(ref mut s) => s.flush(),
|
SslStream(ref mut s) => s.flush(),
|
||||||
|
NormalStream(ref mut s) => s.flush(),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit b3dca5e9492b649471fd9fee6225314d57799335
|
Subproject commit 3792ce38c7221b65ef447a4f7d3fa811359d04c5
|
Loading…
Reference in New Issue
Block a user