Skip to content

Commit

Permalink
Merge pull request #3 from msiglreith/ll
Browse files Browse the repository at this point in the history
Export LoadingError from entry module
  • Loading branch information
MaikKlein committed Jan 21, 2017
2 parents cdc926a + a5ac019 commit 42379a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Expand Up @@ -3,7 +3,7 @@ extern crate shared_library;
extern crate lazy_static;
pub use instance::Instance;
pub use device::Device;
pub use entry::Entry;
pub use entry::{Entry, LoadingError};

mod instance;
mod device;
Expand Down

0 comments on commit 42379a0

Please sign in to comment.