add unimplemented tip when binary feature is disabled
This commit is contained in:
parent
9596264322
commit
6e37c21bf2
1 changed files with 1 additions and 1 deletions
|
@ -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)"),
|
||||
})
|
||||
},
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue