eliminate Addr::CharCode (#519), fix atom_code panic (#521), fix failure involving lists of character codes (#520), bump version number
This commit is contained in:
@@ -1469,9 +1469,6 @@ impl<'a, Outputter: HCValueOutputter> HCPrinter<'a, Outputter> {
|
||||
});
|
||||
}
|
||||
}
|
||||
&HeapCellValue::Addr(Addr::CharCode(c)) => {
|
||||
self.append_str(&format!("{}", c as u32));
|
||||
}
|
||||
&HeapCellValue::Addr(Addr::Char(c)) => {
|
||||
self.print_char(self.quoted, c);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user