diff --git a/bingus/src/lib.rs b/bingus/src/lib.rs index 376c089..3d21216 100644 --- a/bingus/src/lib.rs +++ b/bingus/src/lib.rs @@ -222,7 +222,7 @@ mod dynamic { buf }), #[cfg(not(feature = "binary"))] - _ => unimplemented!("no format available to open this thing"), + _ => unimplemented!("no format reader available to open this thing (turn on the 'binary' feature to default to binary data)"), }) }, )