Remove warning

This commit is contained in:
Mathijs van de Nes 2019-04-06 17:23:57 +02:00
parent e6a1c68a64
commit 256da313b4

View file

@ -170,7 +170,6 @@ fn to_char(input: u8) -> char
0xfd => 0x00b2,
0xfe => 0x25a0,
0xff => 0x00a0,
_ => unreachable!(),
};
::std::char::from_u32(output).unwrap()
}