hashes: Document single missing macro
What changed, and why it matters
This commit is a one-line documentation fix that adds a missing macro name to a list in a code comment. It does not change any executable code, behavior, or security properties.
No security action required; treat as a normal documentation-only change.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff adds a single bullet - [impl_debug_only_for_newtype](crate::impl_debug_only_for_newtype) to the module-level doc comment in hashes/src/macros.rs. It is purely a documentation update completing an existing list of exported macros; no logic, API, or security boundary is affected.
Changed components
hashes/src/macros.rs documentation commentInspect captured patch +1 / −0
diff --git a/hashes/src/macros.rs b/hashes/src/macros.rs
index c3e94f2e..4b70232f 100644
--- a/hashes/src/macros.rs
+++ b/hashes/src/macros.rs
@@ -5,6 +5,7 @@
//! - [`sha256t_tag`](crate::sha256t_tag)
//! - [`hash_newtype`](crate::hash_newtype)
//! - [`impl_hex_for_newtype`](crate::impl_hex_for_newtype)
+//! - [`impl_debug_only_for_newtype`](crate::impl_debug_only_for_newtype)
//! - [`impl_serde_for_newtype`](crate::impl_serde_for_newtype)
/// Macro used to define a tag.
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.