Merge pull request #105 from jnicholls/boolvisitor
Make BoolVisitor public so it is documented as being in existence
This commit is contained in:
commit
04918a52eb
@ -50,7 +50,7 @@ impl Deserialize for () {
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
struct BoolVisitor;
|
||||
pub struct BoolVisitor;
|
||||
|
||||
impl Visitor for BoolVisitor {
|
||||
type Value = bool;
|
||||
|
Loading…
x
Reference in New Issue
Block a user