Files
squeekboard/src/lib.rs
Dorota Czaplejewicz 18b8972029 bitflags: Use absolute imports
With relative import of the bitflags crate, the macros would try to fetch nonexistent paths, preventing tests form compiling.
2019-07-31 11:13:24 +00:00

5 lines
43 B
Rust

#[macro_use]
mod bitflags;
mod imservice;