Remove f32 & f64 from MemDecoder/MemEncoder

This commit is contained in:
Scott McMurray 2023-04-05 14:46:09 -07:00
parent 540a50df0f
commit 5cb23e4a43
6 changed files with 14 additions and 76 deletions

View file

@ -1046,8 +1046,6 @@ impl<'a, 'tcx> Encoder for CacheEncoder<'a, 'tcx> {
emit_i8(i8);
emit_bool(bool);
emit_f64(f64);
emit_f32(f32);
emit_char(char);
emit_str(&str);
emit_raw_bytes(&[u8]);