Fix BytesMut refcounting

This commit is contained in:
Carl Lerche
2016-11-22 10:31:17 -08:00
parent 2b796d40e9
commit 93c08064bb
2 changed files with 4 additions and 5 deletions
-1
View File
@@ -224,4 +224,3 @@ impl Clone for ByteBuf {
}
}
}