Fix test.

This commit is contained in:
Stephen Chung 2021-06-07 11:21:45 +08:00
parent 1e66f1963a
commit 411b718a3b

View File

@ -229,7 +229,7 @@ impl CharsStream {
.chars()
.skip(from as usize)
.take(len as usize)
.collect,
.collect(),
0,
);
}