We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40a77eb commit 395b508Copy full SHA for 395b508
compiler/rustc_metadata/src/rmeta/decoder.rs
@@ -432,11 +432,6 @@ impl<'a> BlobDecodeContext<'a> {
432
self.blob
433
}
434
435
- #[inline]
436
- fn read_raw_bytes(&mut self, len: usize) -> &[u8] {
437
- self.opaque.read_raw_bytes(len)
438
- }
439
-
440
fn decode_symbol_or_byte_symbol<S>(
441
&mut self,
442
new_from_index: impl Fn(u32) -> S,
0 commit comments