Fix warning for HTML export to reflect renaming of --feature to --features (#5530)

This commit is contained in:
Daniel Drodt 2024-12-05 12:21:44 +01:00 committed by GitHub
parent 79a7a6bf77
commit 8e4f5f21e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -246,7 +246,7 @@ fn warn_or_error_for_html(
} else {
bail!(
Span::detached(),
"html export is only available when `--feature html` is passed";
"html export is only available when `--features html` is passed";
hint: "html export is under active development and incomplete";
hint: "see {ISSUE} for more information"
);