Mark unescape_html() nodiscard.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
tastytea 2020-02-03 13:06:01 +01:00
parent 965780fbba
commit 58aebfc4c0
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ using std::string;
*
* @since 0.4.0
*/
[[nodiscard]]
string unescape_html(string html);
} // namespace mastodonpp