Skip to content

Commit

Permalink
io: fix link to std src in util (#3568)
Browse files Browse the repository at this point in the history
The big move or 'src' in rust-lang caused this link to be broken
  • Loading branch information
guswynn authored Mar 1, 2021
1 parent fc23f8a commit 0d838bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokio/src/io/util/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 0d838bf

Please sign in to comment.