Skip to content

Commit

Permalink
docs: hide hex_literal export (#849)
Browse files Browse the repository at this point in the history
This should've never been public, since it only contains one public
item (the `hex!` macro) which we already re-export at the root.
  • Loading branch information
DaniPopes authored Jan 4, 2025
1 parent 6f53a8d commit 5f340ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/primitives/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ pub use signature::{Parity, Signature};
pub mod utils;
pub use utils::{eip191_hash_message, keccak256, Keccak256};

#[doc(hidden)] // Use `hex` directly instead!
pub mod hex_literal;

#[doc(no_inline)]
Expand Down

0 comments on commit 5f340ef

Please sign in to comment.