rust/compiler/rustc_serialize
Nicholas Nethercote b51deba9ac Remove MemDecoder::read_raw_bytes_inherent.
It's unnecessary. Note that `MemDecoder::read_raw_bytes` how has a `&'a
[u8]` return type, the same as what `read_raw_bytes_inherent` had.
2023-04-28 09:50:21 +10:00
..
src Remove MemDecoder::read_raw_bytes_inherent. 2023-04-28 09:50:21 +10:00
tests Rewrite MemDecoder around pointers not a slice 2023-04-23 17:25:11 -04:00
Cargo.toml Update indexmap and rayon crates 2023-03-25 02:12:13 +01:00