From 29432f61f2e7c4ff7b7d583424a46630c09ac2c2 Mon Sep 17 00:00:00 2001 From: geoffsee <> Date: Sat, 16 Aug 2025 10:10:04 -0400 Subject: [PATCH] remove noise from documentation --- crates/hyper-custom-cert/src/lib.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/crates/hyper-custom-cert/src/lib.rs b/crates/hyper-custom-cert/src/lib.rs index 147dba6..2453d29 100644 --- a/crates/hyper-custom-cert/src/lib.rs +++ b/crates/hyper-custom-cert/src/lib.rs @@ -6,10 +6,6 @@ //! - A production-grade path to trust a custom Root CA by providing PEM bytes //! - 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 //! focuses on a robust and secure configuration API surfaced via a builder. //!