Remove warning
This commit is contained in:
parent
e6a1c68a64
commit
256da313b4
1 changed files with 0 additions and 1 deletions
|
@ -170,7 +170,6 @@ fn to_char(input: u8) -> char
|
||||||
0xfd => 0x00b2,
|
0xfd => 0x00b2,
|
||||||
0xfe => 0x25a0,
|
0xfe => 0x25a0,
|
||||||
0xff => 0x00a0,
|
0xff => 0x00a0,
|
||||||
_ => unreachable!(),
|
|
||||||
};
|
};
|
||||||
::std::char::from_u32(output).unwrap()
|
::std::char::from_u32(output).unwrap()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue