What changed, and why it matters
This commit is a trivial documentation punctuation fix. It adds a missing full stop to a rustdoc comment in an internal macros file. There is no code change and no security relevance.
No action required. This is a non-security documentation formatting change.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff changes a single line of documentation in hashes/src/internal_macros.rs from ‘//! Non-public macros’ to ‘//! Non-public macros.’ to match formatting conventions used elsewhere. No executable code, logic, API, or behavior is modified.
Changed components
hashes/src/internal_macros.rs (documentation only)Inspect captured patch +1 / −1
diff --git a/hashes/src/internal_macros.rs b/hashes/src/internal_macros.rs
index 1f6a8a0d..57c7a86e 100644
--- a/hashes/src/internal_macros.rs
+++ b/hashes/src/internal_macros.rs
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: CC0-1.0
-//! Non-public macros
+//! Non-public macros.
/// Adds trait impls to the type called `Hash` in the current scope.
///
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.