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.
1 parent bfcfeb9 commit 1aa0c36Copy full SHA for 1aa0c36
src/module.rs
@@ -259,8 +259,8 @@ impl Input {
259
template_with_replacements = template_with_replacements
260
.replace("${include_statements}", "Include modules here.");
261
} else {
262
- template_with_replacements = template_with_replacements
263
- .replace("${include_statements}\n", "");
+ template_with_replacements =
+ template_with_replacements.replace("${include_statements}\n", "");
264
}
265
266
// If the `--no-examples` option is active, remove all lines between the <example> tags.
0 commit comments