From 9f5a0f2e9325264564bc6fe9ff544c034ad16287 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Mon, 20 Jul 2026 14:49:47 +0800 Subject: chore: add missing docs lint and document public API Add `#![deny(missing_docs)]` across multiple crates and fill in documentation for all public items, including struct fields, enum variants, trait methods, and proc macros. Also mark two shell scripts as executable. --- .run/src/bin/doc.sh | 0 .run/src/bin/http-page-preview.sh | 0 2 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 .run/src/bin/doc.sh mode change 100644 => 100755 .run/src/bin/http-page-preview.sh (limited to '.run/src/bin') diff --git a/.run/src/bin/doc.sh b/.run/src/bin/doc.sh old mode 100644 new mode 100755 diff --git a/.run/src/bin/http-page-preview.sh b/.run/src/bin/http-page-preview.sh old mode 100644 new mode 100755 -- cgit