Add more from the std
This commit is contained in:
11
justfile
11
justfile
@@ -31,8 +31,19 @@ update_std:
|
||||
@just cp_std "io/error.rs"
|
||||
@just cp_std "io/error/repr_bitpacked.rs"
|
||||
@just cp_std "io/cursor.rs"
|
||||
@just cp_std "io/cursor/tests.rs"
|
||||
@just cp_std "io/prelude.rs"
|
||||
@just cp_std "io/impls.rs"
|
||||
@just cp_std "io/impls/tests.rs"
|
||||
@just cp_std "io/tests.rs"
|
||||
@just cp_std "io/util.rs"
|
||||
@just cp_std "io/copy.rs"
|
||||
@just cp_std "io/buffered/mod.rs"
|
||||
@just cp_std "io/buffered/bufreader.rs"
|
||||
@just cp_std "io/buffered/bufreader/buffer.rs"
|
||||
@just cp_std "io/buffered/bufwriter.rs"
|
||||
@just cp_std "io/buffered/linewriter.rs"
|
||||
@just cp_std "io/buffered/linewritershim.rs"
|
||||
@just cp_std "hash/mod.rs"
|
||||
@just cp_std "hash/random.rs"
|
||||
@just cp_std "num/mod.rs"
|
||||
|
||||
Reference in New Issue
Block a user