With relative import of the bitflags crate, the macros would try to fetch nonexistent paths, preventing tests form compiling.
5 lines
43 B
Rust
5 lines
43 B
Rust
#[macro_use]
|
|
mod bitflags;
|
|
|
|
mod imservice;
|