Skip to content

Commit

Permalink
Export DeviceError from instance module
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedilger committed Feb 16, 2017
1 parent 42379a0 commit 80f356d
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 80f356d

Please sign in to comment.