summaryrefslogtreecommitdiffstats
path: root/lib/entry/libimagentryview/src/lib.rs
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2017-09-03 21:39:32 +0200
committerMatthias Beyer <mail@beyermatthias.de>2017-09-04 09:19:29 +0200
commit18e806f588a2917ba21d289e93216edd3d6c801e (patch)
treefd7f5082b90d74693c470131c09ab192a07149d8 /lib/entry/libimagentryview/src/lib.rs
parente9ed4dfcab399b9af5b53b85f41476fb9cc21df5 (diff)
Remove dedicated result modules, use error chain generated Result types
Diffstat (limited to 'lib/entry/libimagentryview/src/lib.rs')
-rw-r--r--lib/entry/libimagentryview/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/entry/libimagentryview/src/lib.rs b/lib/entry/libimagentryview/src/lib.rs
index c7870970..4ce6d2d0 100644
--- a/lib/entry/libimagentryview/src/lib.rs
+++ b/lib/entry/libimagentryview/src/lib.rs
@@ -45,6 +45,5 @@ extern crate libimagentryedit;
pub mod error;
pub mod builtin;
-pub mod result;
pub mod viewer;