Use const fn
to abstract away the contents of UnsafeCell & friends.
This commit is contained in:
parent
6e8e4f847c
commit
377b0900ae
76 changed files with 417 additions and 525 deletions
|
@ -36,13 +36,12 @@ pub use self::stdio::{StdoutLock, StderrLock, StdinLock};
|
|||
#[doc(no_inline, hidden)]
|
||||
pub use self::stdio::{set_panic, set_print};
|
||||
|
||||
#[macro_use] mod lazy;
|
||||
|
||||
pub mod prelude;
|
||||
mod buffered;
|
||||
mod cursor;
|
||||
mod error;
|
||||
mod impls;
|
||||
mod lazy;
|
||||
mod util;
|
||||
mod stdio;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue