Skip to content

Commit

Permalink
Merge pull request #17 from botika/master
Browse files Browse the repository at this point in the history
Fix unknown `doc` attribute `Hidden` at nightly
  • Loading branch information
bheisler committed Mar 3, 2021
2 parents 395e064 + 1eea87b commit 493a199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ pub enum Error {
column: usize,
},

#[doc(Hidden)]
#[doc(hidden)]
__NonExhaustive,
}
impl From<SerdeJsonError> for Error {
Expand Down

0 comments on commit 493a199

Please sign in to comment.