io: fix link to std src in util (#3568)

The big move or 'src' in rust-lang caused this link to be broken
This commit is contained in:
Gus Wynn
2021-03-02 02:50:13 +09:00
committed by GitHub
parent fc23f8a1a5
commit 0d838bf5ad
+1 -1
View File
@@ -77,7 +77,7 @@ cfg_io_util! {
// used by `BufReader` and `BufWriter`
// https://github.com/rust-lang/rust/blob/master/src/libstd/sys_common/io.rs#L1
// https://github.com/rust-lang/rust/blob/master/library/std/src/sys_common/io.rs#L1
const DEFAULT_BUF_SIZE: usize = 8 * 1024;
}