mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-09-25 12:00:35 +00:00
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:
parent
fc23f8a1a5
commit
0d838bf5ad
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user