diff options
| author | Weicao-CatilGrass <1992414357@qq.com> | 2026-05-24 01:18:13 +0800 |
|---|---|---|
| committer | Weicao-CatilGrass <1992414357@qq.com> | 2026-05-24 01:18:13 +0800 |
| commit | 36bcd051f29c8f94cbdf5e2d54f6ad6f85ab2f6b (patch) | |
| tree | 436b2d98c727198ca7718cc88645aa657a514ddb /mingling/src/example_docs.rs.tmpl | |
| parent | cc0941644ce50321af1ed5c41c68b1ec6c29cf95 (diff) | |
Update doc examples and fix code references in setups
Diffstat (limited to 'mingling/src/example_docs.rs.tmpl')
| -rw-r--r-- | mingling/src/example_docs.rs.tmpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mingling/src/example_docs.rs.tmpl b/mingling/src/example_docs.rs.tmpl index 4cd0af0..89b2b3c 100644 --- a/mingling/src/example_docs.rs.tmpl +++ b/mingling/src/example_docs.rs.tmpl @@ -5,12 +5,12 @@ @@@ >>> examples <<<example_header>>> /// -/// Cargo.toml -/// ```ignore +/// Source code (./Cargo.toml) +/// ```toml <<<example_import>>> /// ``` /// -/// main.rs +/// Source code (./src/main.rs) /// ```ignore <<<example_code>>> /// ``` |
