Skip to content

Commit

Permalink
Merge pull request #5 from mikedilger/master
Browse files Browse the repository at this point in the history
Export DeviceError from instance module
  • Loading branch information
MaikKlein committed Feb 16, 2017
2 parents 42379a0 + 80f356d commit 4307e12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
@@ -1,7 +1,7 @@
extern crate shared_library;
#[macro_use]
extern crate lazy_static;
pub use instance::Instance;
pub use instance::{Instance, DeviceError};
pub use device::Device;
pub use entry::{Entry, LoadingError};

Expand Down

0 comments on commit 4307e12

Please sign in to comment.