deps: Remove bitflags

This removes the need to use a modified copy and makes running tests easier.
This commit is contained in:
Dorota Czaplejewicz
2019-09-09 19:00:37 +00:00
parent b9e9ca368a
commit 521796a46d
3 changed files with 4 additions and 1351 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,5 @@
#[macro_use]
mod bitflags;
extern crate bitflags;
mod float_ord;
mod imservice;