io: fix unsoundness in read_to_end (#3428)

This commit is contained in:
Alice Ryhl
2021-01-14 15:09:07 -08:00
committed by GitHub
parent 2330edc875
commit ad8fb41103
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