fix compile error (#1)

This commit is contained in:
Mike Dallas 2019-02-16 15:34:21 +00:00 committed by Yeastplume
parent c49e5bc2a2
commit c01cd63bd7

View file

@ -34,5 +34,5 @@ extern crate failure_derive;
extern crate log;
pub mod api;
pub use api::{APIForeign, APIOwner};
pub use crate::api::{APIForeign, APIOwner};