diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-07-17 09:14:07 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-07-17 09:14:07 +0800 |
| commit | e6136f22cff446b16dbebf3b26a6fdea6dbc0e83 (patch) | |
| tree | 60441ec388fb5ef6394c33a6a1a8f5f9883bceba /mingling_picker/src/parselib/style.rs | |
| parent | ed4b8dfc825b59012ad850d6c88067e7007962a2 (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/parselib/style.rs')
| -rw-r--r-- | mingling_picker/src/parselib/style.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mingling_picker/src/parselib/style.rs b/mingling_picker/src/parselib/style.rs index 3c37b2d..dd01125 100644 --- a/mingling_picker/src/parselib/style.rs +++ b/mingling_picker/src/parselib/style.rs @@ -39,8 +39,8 @@ impl<'a> ParserStyle<'a> { /// /// # Examples /// - /// ```ignore - /// use mingling_picker::parselib::{ParserStyle, FlagStr, UNIX_STYLE}; + /// ``` + /// # use mingling_picker::parselib::{ParserStyle, FlagStr, UNIX_STYLE}; /// let style = &UNIX_STYLE; /// /// assert_eq!(style.flag_string('v'), "-v"); |
