io: fix unsoundness in read_to_end (#3428)

This commit is contained in:
Alice Ryhl
2021-01-15 15:05:38 -08:00
committed by Carl Lerche
parent ecc32d1dca
commit 0a7117fd9a
2 changed files with 4 additions and 5 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
on:
push:
branches: ["master"]
branches: ["master", "tokio-*.x"]
pull_request:
branches: ["master"]
branches: ["master", "tokio-*.x"]
name: CI