remove noise from documentation

This commit is contained in:
geoffsee
2025-08-16 10:10:04 -04:00
parent 3c057be552
commit 29432f61f2

View File

@@ -6,10 +6,6 @@
//! - A production-grade path to trust a custom Root CA by providing PEM bytes //! - A production-grade path to trust a custom Root CA by providing PEM bytes
//! - Clear security boundaries and feature flags //! - Clear security boundaries and feature flags
//! //!
//! This crate is derived from a reference implementation located under
//! `reference-implementation/hyper-custom-cert` in this repository. The reference
//! implementation remains unchanged and serves as inspiration and verification.
//!
//! Note: Networking internals are intentionally abstracted for now; this crate //! Note: Networking internals are intentionally abstracted for now; this crate
//! focuses on a robust and secure configuration API surfaced via a builder. //! focuses on a robust and secure configuration API surfaced via a builder.
//! //!