Rollup merge of #89068 - bjorn3:restructure_rt2, r=joshtriplett
Restructure std::rt (part 2) A couple more cleanups on top of https://github.com/rust-lang/rust/pull/89011 Blocked on #89011
This commit is contained in:
commit
6c5aa765fb
4 changed files with 13 additions and 16 deletions
|
@ -299,9 +299,7 @@ mod util;
|
|||
|
||||
const DEFAULT_BUF_SIZE: usize = crate::sys_common::io::DEFAULT_BUF_SIZE;
|
||||
|
||||
pub(crate) fn cleanup() {
|
||||
stdio::cleanup()
|
||||
}
|
||||
pub(crate) use stdio::cleanup;
|
||||
|
||||
struct Guard<'a> {
|
||||
buf: &'a mut Vec<u8>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue