diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-04-12 01:11:29 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-04-12 01:11:29 +0800 |
| commit | f15e261448238579dc66abf61802e82409a70e61 (patch) | |
| tree | 32e65968f047fda889df6d218d7909a6234d4e5d /mingling/src/example_docs.rs.tmpl | |
| parent | 7c496151f571b872da523f4c46369751be6f4ca1 (diff) | |
Change code blocks in examples from rust to ignore
Diffstat (limited to 'mingling/src/example_docs.rs.tmpl')
| -rw-r--r-- | mingling/src/example_docs.rs.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mingling/src/example_docs.rs.tmpl b/mingling/src/example_docs.rs.tmpl index 5a32126..4cd0af0 100644 --- a/mingling/src/example_docs.rs.tmpl +++ b/mingling/src/example_docs.rs.tmpl @@ -6,12 +6,12 @@ <<<example_header>>> /// /// Cargo.toml -/// ``` +/// ```ignore <<<example_import>>> /// ``` /// /// main.rs -/// ```rust +/// ```ignore <<<example_code>>> /// ``` pub mod <<<example_name>>> {} |
