diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-08-14 03:49:00 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-08-14 03:49:00 +0800 |
| commit | 05d802c31a699944182a8e778b51278e1c35a952 (patch) | |
| tree | 8aeb46d0e5171f21d991b35142f898870c9bde9f /mingling_core | |
| parent | fe933ec56863a17f9d00c242496822f8857275f6 (diff) | |
chore: remove stale doc comments
Diffstat (limited to 'mingling_core')
| -rw-r--r-- | mingling_core/src/asset.rs | 1 | ||||
| -rw-r--r-- | mingling_core/src/build.rs | 1 | ||||
| -rw-r--r-- | mingling_core/src/debug.rs | 1 | ||||
| -rw-r--r-- | mingling_core/src/lib.rs | 1 | ||||
| -rw-r--r-- | mingling_core/src/metadata.rs | 1 | ||||
| -rw-r--r-- | mingling_core/src/private.rs | 1 | ||||
| -rw-r--r-- | mingling_core/src/renderer.rs | 1 | ||||
| -rw-r--r-- | mingling_core/src/tester.rs | 1 |
8 files changed, 0 insertions, 8 deletions
diff --git a/mingling_core/src/asset.rs b/mingling_core/src/asset.rs index 590e419..527607a 100644 --- a/mingling_core/src/asset.rs +++ b/mingling_core/src/asset.rs @@ -1,4 +1,3 @@ -// Doc Not Optimize #![allow(clippy::redundant_pub_crate)] pub(crate) mod chain; pub(crate) mod core_invokes; diff --git a/mingling_core/src/build.rs b/mingling_core/src/build.rs index 1cf5d6d..213d529 100644 --- a/mingling_core/src/build.rs +++ b/mingling_core/src/build.rs @@ -1,4 +1,3 @@ -// Doc Not Optimize #[doc(hidden)] #[cfg(feature = "comp")] mod comp; diff --git a/mingling_core/src/debug.rs b/mingling_core/src/debug.rs index 05d7deb..4865016 100644 --- a/mingling_core/src/debug.rs +++ b/mingling_core/src/debug.rs @@ -1,4 +1,3 @@ -// Doc Not Optimize #[macro_export] #[doc(hidden)] /// A macro that only executes the given expressions when the `debug` feature is enabled. diff --git a/mingling_core/src/lib.rs b/mingling_core/src/lib.rs index 572520e..7048307 100644 --- a/mingling_core/src/lib.rs +++ b/mingling_core/src/lib.rs @@ -1,4 +1,3 @@ -// Doc Not Optimize #![deny(missing_docs)] //! Mingling Core //! diff --git a/mingling_core/src/metadata.rs b/mingling_core/src/metadata.rs index 339f615..329576c 100644 --- a/mingling_core/src/metadata.rs +++ b/mingling_core/src/metadata.rs @@ -1,3 +1,2 @@ -// Doc Not Optimize mod description; pub use description::*; diff --git a/mingling_core/src/private.rs b/mingling_core/src/private.rs index 2d5cb79..371ada2 100644 --- a/mingling_core/src/private.rs +++ b/mingling_core/src/private.rs @@ -1,4 +1,3 @@ -// Doc Not Optimize /// Sealed trait for `StructuralData` — only implementable via derive macro. #[cfg(feature = "structural_renderer")] pub trait StructuralDataSealed<C> diff --git a/mingling_core/src/renderer.rs b/mingling_core/src/renderer.rs index 6a6fc7c..6e67431 100644 --- a/mingling_core/src/renderer.rs +++ b/mingling_core/src/renderer.rs @@ -1,4 +1,3 @@ -// Doc Not Optimize pub mod render_result; #[cfg(feature = "structural_renderer")] pub mod structural; diff --git a/mingling_core/src/tester.rs b/mingling_core/src/tester.rs index c188cb1..152d000 100644 --- a/mingling_core/src/tester.rs +++ b/mingling_core/src/tester.rs @@ -1,4 +1,3 @@ -// Doc Not Optimize #[doc(hidden)] pub mod chain_process_tester; pub use crate::test::chain_process_tester::*; |
