rust/compiler/rustc_serialize/src
Nicholas Nethercote 3ee67475b2 rustc_serialize: Remove unneeded feature decls.
I.e. `maybe_uninit_slice` and `new_uninit`.

Also sort the remaining features and remove an ugly, low-value comment.
2023-10-06 09:13:54 +11:00
..
collection_impls.rs
leb128.rs Reimplement FileEncoder with a small-write optimization 2023-09-10 23:37:51 -04:00
lib.rs rustc_serialize: Remove unneeded feature decls. 2023-10-06 09:13:54 +11:00
opaque.rs Open the FileEncoder file for reading and writing 2023-09-22 16:13:25 -04:00
serialize.rs