Merge pull request #3 from msiglreith/ll
Export LoadingError from entry module
This commit is contained in:
commit
42379a0323
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue