We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 196f72f + dc27455 commit 047226fCopy full SHA for 047226f
ADMIN_TASKS.md
@@ -68,7 +68,7 @@ extracted into a file. To do that:
68
- If you only want to show part of the code in the file, use anchor comments
69
(`// ANCHOR: some_tag` and `// ANCHOR_END: some_tag`) to mark the parts of
70
the file you want to show.
71
-- For Rust code, use the `{{#rustdoc_include [fileame:some_tag]}}` directive
+- For Rust code, use the `{{#rustdoc_include [filename:some_tag]}}` directive
72
within the code blocks in the text. The `rustdoc_include` directive gives the
73
code that doesn't get displayed to `rustdoc` for `mdbook test` purposes.
74
- For anything else, use the `{{#include [filename:some_tag]}}` directive.
0 commit comments