aboutsummaryrefslogtreecommitdiff
path: root/mingling_picker/src/lib.rs
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-07-17 09:14:07 +0800
committer魏曹先生 <1992414357@qq.com>2026-07-17 09:14:07 +0800
commite6136f22cff446b16dbebf3b26a6fdea6dbc0e83 (patch)
tree60441ec388fb5ef6394c33a6a1a8f5f9883bceba /mingling_picker/src/lib.rs
parented4b8dfc825b59012ad850d6c88067e7007962a2 (diff)
docs: enable doc-test linting for prelude and parser modules
Convert ```` ```ignore ```` to working doc-tests or remove non-compilable examples
Diffstat (limited to 'mingling_picker/src/lib.rs')
-rw-r--r--mingling_picker/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mingling_picker/src/lib.rs b/mingling_picker/src/lib.rs
index 0ade673..deb266e 100644
--- a/mingling_picker/src/lib.rs
+++ b/mingling_picker/src/lib.rs
@@ -25,7 +25,7 @@ pub mod value;
///
/// This module is intended to be imported with a wildcard import:
///
-/// ```ignore
+/// ```
/// use mingling_picker::prelude::*;
/// ```
pub mod prelude {