Remove _ - updated rustc

This commit is contained in:
jonpas 2019-06-18 12:32:44 +02:00
parent 14f77b390a
commit c30d7c3d10

View file

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