Skip to content

Commit

Permalink
Show serde feature requirement in docs.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
sunsided committed Jun 24, 2023
1 parent 0e4b204 commit 98cb773
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#![cfg_attr(docsrs, feature(doc_cfg))]

#[cfg(feature = "serde")]
#[cfg_attr(docsrs, doc(cfg(feature = "serde")))]
mod serde;

use base64::{DecodeError, Engine};
Expand Down

0 comments on commit 98cb773

Please sign in to comment.