← Watch feed
consensus_encoding: Remove trailing empty line from rustdoc
What changed, and why it matters
This commit removes one blank line from a documentation comment in a Rust source file. It is purely a code-style cleanup with no functional or security relevance.
Recommended action
No action required; this is a non-functional documentation formatting change.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff deletes a single trailing empty line (//!) from the module-level rustdoc in consensus_encoding/src/encode/encoders.rs. No executable code, logic, types, or public API changed. There are no security implications.
Changed components
consensus_encoding/src/encode/encoders.rsInspect captured patch +0 / −1
diff --git a/consensus_encoding/src/encode/encoders.rs b/consensus_encoding/src/encode/encoders.rs
index 9bfe3255..561bf07e 100644
--- a/consensus_encoding/src/encode/encoders.rs
+++ b/consensus_encoding/src/encode/encoders.rs
@@ -9,7 +9,6 @@
//!
//! For implementing these newtypes, we provide the [`encoder_newtype`] and
//! [`encoder_newtype_exact`] macros.
-//!
use core::fmt;
Risk score
Our methodology →Why this scored 15/100
Human-validated context
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
No validated notes yet.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.