Fix imservice docstring

This commit is contained in:
Dorota Czaplejewicz
2019-09-10 09:25:55 +00:00
parent ed8b6eec28
commit 51562d5185
2 changed files with 3 additions and 2 deletions

View File

@ -2,7 +2,7 @@
extern crate bitflags;
pub mod float_ord;
mod imservice;
pub mod imservice;
mod keyboard;
mod layout;
mod symbol;