Remove no-bzip feature because it doesn't work as I expected

This commit is contained in:
Alexander Bulaev 2015-10-05 21:29:36 +03:00
parent 2e529f4e61
commit 066c0f84ed

View file

@ -20,4 +20,3 @@ bzip2 = { version = "0.2", optional = true }
[features]
default = ["bzip2"]
no-bzip2 = []