float_ord: Fix test

This commit is contained in:
Dorota Czaplejewicz
2019-09-10 09:21:55 +00:00
parent 04a47ad0af
commit e9c236a682
2 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#[macro_use]
extern crate bitflags;
mod float_ord;
pub mod float_ord;
mod imservice;
mod keyboard;
mod layout;