1
0
Fork 0
mirror of https://codeberg.org/icewind/bitbuffer.git synced 2026-06-03 16:44:06 +02:00

remove unchecked_utf8 and read_in_unchecked

This commit is contained in:
Robin Appelman 2019-07-24 12:16:40 +02:00
commit 613199c089
2 changed files with 3 additions and 14 deletions

View file

@ -17,7 +17,4 @@ bitstream_reader_derive = { version = "0.5", path = "bitstream_reader_derive" }
[dev-dependencies]
maplit = "1.0.1"
[features]
unchecked_utf8 = []
[workspace]